keylex v0.1.0 API Reference
Modules
Keylex.Dispatcher implements the Supervisor behaviour. Dispatches messeges with generated access codes
Keylex.Messenger provides a behaviour for future and custom Messenger Implementations for example
Keylex.Plugs.GQLSheriff will check for an authorization header with value: “#{entity} #{code}” and place the entity in as a private property in the Plug.Conn structure absinthe context
Keylex.Plugs.Sheriff will check for an authorization header with value: “#{entity} #{code}” and place the entity in as a private property in the Plug.Conn structure