Current section

Files

Jump to
curator CHANGELOG.md
Raw

CHANGELOG.md

# v 0.2.4 (6/12/2018)
Update token authentication to use constant-time comparison
see: http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/
# v 0.2.3 (6/12/2018)
API Authentication
* Generator for API Authentication
* Add 'opaque' Guardian token
# v 0.2.2 (1/30/2018)
* Add Curator.Plug.LoadResource
# v 0.2.1 (1/30/2018)
* README.md formatting
* Package priv (for generators)
# v 0.2.0 (1/25/2018)
Rewrite - currently only supports an Ueberauth workflow (and timeouts). v0.3.0 will add support back for database authentication.
* Generators match Phoenix 1.3 structure
* Requires Guardian 1.0
* Configuration is now done at the module level (following the pattern established in Guardian)
* Ueberauth module & generator
* Timeoutable module & generator
# v 0.1.0
Initial Release