All Versions
30
Latest Version
Avg Release Cycle
70 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.11.0 Changes
- โจ Enhancements
- Added unique_id config value, so it's possible to use
email
, or anything else, instead ofname
to identify the user. - Added check for confirmed email to the login.
- Added unique_id config value, so it's possible to use
- ๐ Changes
- Replaced LoginoutCheck with Login and Logout plugs, so now no check is done for login / logout path.
- โจ Enhancements
-
v0.10
December 21, 2015 -
v0.9.0 Changes
- โจ Enhancements
- Added more lightweight authorization function plugs in the AccessControl module.
- ๐ Deprecations
- Authorize and AuthorizeIdcheck module plugs.
- These will be removed in version 0.10.
- The functions in the AccessControl module can be used instead.
- Authorize and AuthorizeIdcheck module plugs.
- โจ Enhancements
-
v0.8.0 Changes
- โจ Enhancements
- Added keymanager to rotate keys on a periodical basis.
- ๐ Changes
- Removed
token_info
andtoken_validity
config values. - Added
token_validity
option to LoginoutCheck plug. - Changed default structure of tokens.
- Removed Joken dependency.
- Removed
- โจ Enhancements
-
v0.7.0 Changes
- ๐ Changes
- Reorganized authorization code so that the id_check calls the basic Authorize check before checking ids.
- Updated to new version of Plug (replaced
full_path
withPlug.Conn.request_path
). - Stopped using compile time configuration.
- ๐ Changes
-
v0.6.0 Changes
- โจ Enhancements
- Added an IdCheck module (plug).
- Storing
path
(full path) andmatch
(matching a value in the Config.protected map) variables in conn.private, which can be used in further checks.
- ๐ Changes
- Removed function to provide optional checks from Authorize module.
- โจ Enhancements
-
v0.5.0 Changes
- โจ Enhancements
- Split authentication and authorization into separate modules (plugs).
- Added a LoginoutCheck module (plug).
- ๐ Changes
- Removed the global
Openmaize
plug.
- Removed the global
- โจ Enhancements
-
v0.4.0 Changes
- โจ Enhancements
- Added ability to use external function in final part of authorization.
- โจ Enhancements
-
v0.3.0 Changes
- โจ Enhancements
- Added redirects: false option for use with apis.
- โจ Enhancements
-
v0.2.0 Changes
- โจ Enhancements
- Protect pages based on role.
- Redirects to login / home / role's page.
- Support for sending messages to phoenix flash.
- Support for signup, password hash checking and distribution of JSON Web Tokens.
- Support for storage and checking of JSON Web Tokens.
- โจ Enhancements