API Reference

Modules

A module that provides JWT based authentication for Elixir applications

Provides integration for channels to use Guardian tokens

This module helps to hook into the lifecycle of authentication

Functions for dealing with permissions sets

Guardian.Plug contains functions that assist with interacting with Guardian via Plugs

This plug ensures that a valid JWT was provided and has been verified on the request

Use this plug to ensure that there are the correct permissions set in the claims found on the connection

Fetches the resource specified in a set of claims

Use this plug to verify a token contained in the header

Use this plug to verify a token contained in a session

Guardian Serializer Behaviour