Packages

An Elixir application for login and session management.

Current section

Files

Jump to
expected CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.1
* Encode the username in Base64 in the authentication cookie to allow it
contains dots
## v0.1.0
* Login store specification
* `:mnesia` login store with helpers to create, clear an drop the table
* Plugs to register logins, authenticate and logout
* API to manage logins
* Old login cleaner