Openmaize v0.7.1
Modules summary
Openmaize | Openmaize provides the following main plugs: |
Openmaize.Authenticate | Plug to authenticate users, using Json Web Tokens |
Openmaize.Authorize | Plug that performs a basic check that users are authorized to access the requested pages / resources |
Openmaize.Authorize.Base | Base module to handle authorization |
Openmaize.Authorize.IdCheck | Plug to perform the basic authorization check and then a further check based on the user id |
Openmaize.Config | This module provides an abstraction layer for configuration. The following are valid configuration items |
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 |
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 |