Openmaize v0.4.0
Modules summary ↑
Openmaize | This module handles the initial call to Openmaize and then calls the relevant module for handling authentication, logging in or logging out |
Openmaize.Authenticate | Module to authenticate users using Json Web Tokens |
Openmaize.Config | This module provides an abstraction layer for configuration. The following are valid configuration items |
Openmaize.Errors | Module to handle errors and redirects |
Openmaize.IdCheck | This module contains functions that can perform optional checks based on the user id |
Openmaize.JSON | |
Openmaize.Login | Module to handle password authentication and the generation of tokens |
Openmaize.Logout | Module to handle user logout |
Openmaize.Signup | This module handles the signup / creation of a new user |
Openmaize.Token | Module to encode and decode JWTs |