guardian v0.1.0
Modules summary ↑
| Guardian | A module that provides JWT based authentication for Elixir applications |
| Guardian.Channel | Provides integration for channels to use Guardian tokens |
| Guardian.Plug | Guardian.Plug contains functions that assist with interacting with Guardian via Plugs |
| Guardian.Plug.EnsureSession | This plug ensures that a valid JWT was provided and has been verified on the request |
| Guardian.Plug.LoadResource | Fetches the resource specified in a set of claims |
| Guardian.Plug.VerifyAuthorization | Use this plug to verify a token contained in the header |
| Guardian.Plug.VerifySession | Use this plug to verify a token contained in a session |
| Guardian.Serializer | Guardian Serializer Behaviour |