Current section
Files
Jump to
Current section
Files
simple_auth
CHANGELOG.md
CHANGELOG.md
# Changelog
## v1.5.1
* Enhancements
* Fixed documentation
* Added requirements to publish as Hex package
* Other
* Removed support for Phoenix 1.3.0 release candidate as cannot publish otherwise
## v1.5.0
* Enhancements
* LDAP authentication support
* Configurable username field (previously was 'email')
* Configurable no redirection for ajax requests
## v1.4.0
* Enhancements
* Session refresh and info endpoints
## v1.3.1
* Enhancements
* Relax Phoenix version dependency to allow use with Phoenix 1.3.0 release candidates
## v1.3.0
* Enhancements
* Use `NaiveDateTime` for `:attempted_at`
* To upgrade, change the underlying datatype in the `User` schema from `:datetime` to `:naive_datetime`
* Upgraded `comeonin` to 3.0
* Update README to show model example without deprecated Phoenix methods
## v1.2.1
* Bug fixes
* Fix compiler warnings
## v1.2.0
* Enhancements
* Basic support for oauth and fixes for Elixir 1.4
## v1.1.1
* Bug fixes
* Fix delete for UserSession.Memory
## v1.1.0
* Enhancements
* Add memory session and login_controller callbacks
## v1.0.3
* Enhancements
* Updated comeonin to 2.5.1
## v1.0.2
* Enhancements
* Allow phoenix 2.0
## v1.0.1
* Enhancements
* Updated README
## v1.0.0
* Original release