Packages
guardian
0.6.3
2.4.0
2.3.2
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.0.0
1.2.1
1.2.0
retired
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
0.14.6
0.14.5
0.14.4
0.14.3
retired
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.1
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Elixir Authentication framework
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# v 0.6.2
* Adds Guardian.Plug.authenticated?
* Adds simple claim checks to EnsureAuthenticated
### Bugs
* Fix an issue with permissions strings vs atoms (not encoding correctly)
# v 0.6.0
Rename
Guardian.mint -> Guardian.encode_and_sign
Guardian.verify -> Guardian.decode_and_verify
Guardian.Plug.EnsureSession -> Guardian.Plug.EnsureAuthenticated
Guardian.Plug.VerifyAuthorization -> Guardian.Plug.VerifyHeader
# v 0.5.2
Add new hooks on\_verify and on\_revoke
Remove multiple hooks registration
# v 0.5.1
Allow multiple hooks to be registered to Guardian
# v 0.5.0
Use strings for keys in the token.
# v 0.4.0
Remove CSRF tokens support. CSRF tokens are masked and so cannot be adequately
implemented.
# v 0.3.0
* Add callback hooks for authentication things
# v 0.2.0
* Update to use new Joken
* Include permissions
# v 0.0.1
Initial Release