Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Nov 18, 2024
1 parent 5de5d68 commit bc116db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
=== master

* Add two_factor_partially_authenticated? method for more easily determining partial authentication (janko) (#454)

* Add normalize_login configuration method for normalizing submitted login parameters (jeremyevans) (#451)

* Add login_confirmation_matches? configuration method to allow for case-sensitive login confirmation (jeremyevans) (#451)
Expand Down
4 changes: 4 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,10 @@ require_two_factor_setup :: (two_factor_base feature) Require the session to hav
setup two factor authentication, redirecting the
request to the two factor authentication setup page
if not.
two_factor_partially_authenticated? :: (two_factor_base feature) Returns true if
the session is logged in, the account has
setup two factor authentication, but has
not yet authenticated with a second factor.
uses_two_factor_authentication? :: (two_factor_base feature) Whether the account
for the current session has setup two factor
authentication.
Expand Down

0 comments on commit bc116db

Please sign in to comment.