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

--- Comment #53 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to