https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402 --- Comment #51 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 74380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74380 Bug 20402: Implement OAuth2 authentication for REST API Review of attachment 74380: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20402&attachment=74380) ----------------------------------------------------------------- ::: Koha/REST/V1/Auth.pm @@ +128,5 @@
+ validate_query_parameters( $c, $spec ); + + # Everything is ok + return 1; + }
This 'scope' validation would normally be done within the _verify_access_token_cb for the usual case with the ::OAuth2::Server Plugin. -- You are receiving this mail because: You are watching all bug changes.