Openmaize v0.4.1

Modules summary

Openmaize

This module handles the initial call to Openmaize and then calls the relevant module for handling authentication and authorization, logging in or logging out

Openmaize.Auth

Module to authenticate users, using Json Web Tokens, and verify that they are authorized to access the requested pages

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, and distribution, 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