Openmaize v0.6.0

Modules summary

Openmaize

Openmaize provides the following main plugs:

Openmaize.Authenticate

Plug to authenticate users, using Json Web Tokens

Openmaize.Authorize

Plug to verify that users are authorized to access the requested pages / resources

Openmaize.Config

This module provides an abstraction layer for configuration. The following are valid configuration items

Openmaize.IdCheck

Plug to perform a further check based on the user id

Openmaize.Login

Module to handle password authentication and the generation, and distribution, of tokens

Openmaize.LoginoutCheck

Plug to check if the path is for the login or logout page and handles the login or logout if necessary. If the path is different, the connection is returned without any further checks being performed

Openmaize.Logout

Module to handle user logout

Openmaize.Report

This module provides error and info messages and handles redirects if the option redirects is set to true

Openmaize.Signup

This module handles the signup / creation of a new user

Openmaize.Token

Module to generate Json Web Tokens and send them to the user, either by storing the token in a cookie or sending the token in the body of the response

Openmaize.TokenConfig