Openmaize v0.11.0 API Reference
Modules
Openmaize is an authentication / authorization library for Elixir
Function plugs to handle authorization
Plug to authenticate users, using Json Web Tokens
This module provides an abstraction layer for configuration
Plug to handle login
Plug to handle logout requests
Handle redirects and error / info reporting
This module provides error and info messages and handles redirects if
the option redirects
is set to true
Module to create a user that can be authenticated using Openmaize
Module to generate Json Web Tokens and send them to the user, either by storing the token in a cookie or by sending the token in the body of the response
Module to create JSON Web Tokens
Customized pipe
Various tools that are used with the management of JSON Web Tokens
Module to verify JSON Web Tokens