Current section

Files

Jump to
phauxth CHANGELOG.md
Raw

CHANGELOG.md

# Phauxth Changelog
## Version 1.1.3
* Enhancements
* Added `backups` option to the installer
* if a file already exists, the installer will now create a backup of the file by default
* running the installer with the `--no-backups` option will overwrite files
* Changes
* replaced `configure_session(conn, drop: true)` with `delete_session(conn, :user_id)`
* this preserves flash messages
## Version 1.1.2
* Enhancements
* token implementation uses JSON instead of binary_to_term / term_to_binary
## Version 1.1.0
* Enhancements
* the endpoint value in the config (used by the Confirm module) is now overridable
* if necessary, you can set this value in the keyword options
* this is to make it easier to use Phauxth with umbrella apps
* key options are passed on to Phauxth.Token
* this applies to the Authenticate, Remember and Confirm modules
* minor updates to the installer templates - to make it more umbrella-friendly