Releases: adamcooke/authie
Releases · adamcooke/authie
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.0
4.0.0 (2023-05-02)
Features
- ability to have expiry times increased on session activity (a67dbbe)
- ability to pass session options to ControllerDelegate#create_auth_session (38922f4)
- ability to skip session touching within a request (593eacf)
- active support notifications (ce0c895)
- add boolean for storing two factor skip state (ec834df)
- add notification on session invalidation (cf9af97)
- add session to validity exceptions (9e23f19)
- allow persistent sessions to be created (9ed6b6d)
- customisable token lengths (41431a6)
- separate touching & validating auth sessions (e688762)
- support for resetting a token to a new value (ed6f138)
Bug Fixes
- do not invalidate inactive sessions when invalidating others (56a659b)
- don't inspect sessions when invalidating others (5a81581)
- don't override skip_two_factor whenever calling #mark_as_two_factored (7e5c8a0)
- maintain Authie::Session.cleanup (5776421)
- only add helper methods if the controller supports them (bbeca3b), closes #24
- require all of active record for the session model (c042e34)