SimpleAuth v1.5.1 API Reference
Modules
Plugs for authorization
Authenticates using LDAP
Implementation that checks authenticates user against a database with a username/password
API for authentication
API for authentication
Macros for generating methods for a login controller
Wrapper to call the current implementation of the API
Version of the API that can be used for testing as the HTTP session is not easily accessible in tests
Real version of API storing user details in the HTTP session
Real version of API storing user details in a GenServer This allows sessions to expire automatically and a expiry callback to be triggered on expiry It also causes one user logout to logout all other users
API for storing user session