[Koha-bugs] [Bug 28787] Send a notice with the TOTP token

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 8 12:00:24 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787

--- Comment #53 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Few small notes for QA:

+            elsif ($status eq "additional-auth-needed") {
+            }
=> Should we add an exception here?

            elsif ( $status eq 'ok' ) {
                Koha::Exceptions::Authentication->throw(
                    error => 'Cannot request a new token.' );
=> This is theoretical. But in this case you are authorized, but we (..) do no
longer want to send another token, so it is actually a bad request. So 400 ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list