Bug 23146: Add support for Basic auth on the OAuth2 token endpoint
[koha-equinox.git] / Koha / REST / V1 / Auth.pm
2019-06-24 Tomas Cohen AraziBug 23146: Add support for Basic auth on the OAuth2...
2019-04-10 Martin RenvoizeBug 22600: Add 'api' to interface types and set appropr...
2019-03-08 Martin RenvoizeBug 22483: (QA follow-up) Tweaking call to haspermission
2019-03-08 Martin RenvoizeBug 22483: (QA follow-up) Corrections to logic in check...
2019-03-08 Martin RenvoizeBug 22483: Explicitly ban 'undef' as a valid $flagsrequired
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-01-30 Tomas Cohen AraziBug 22132: Add Basic authentication to the API
2019-01-28 Tomas Cohen AraziBug 22061: Add a /public namespace that can be switched...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2019-01-04 Tomas Cohen AraziBug 22071: (follow-up) Add POD for validate_query_param...
2019-01-04 Tomas Cohen AraziBug 22071: (follow-up) Simplify code
2019-01-04 Tomas Cohen AraziBug 22071: Make authenticate_api_request stash koha...
2018-05-09 Tomas Cohen AraziBug 20624: Net::OAuth2::AuthorizationServer is not...
2018-05-09 Tomas Cohen AraziBug 20624: (QA follow-up) Handle missing deps gracefuly
2018-05-09 Tomas Cohen AraziBug 20612: Make OAuth2 use patron's client_id/secret...
2018-05-08 Julian MauriceBug 20402: Remove dependency on Mojo::Plugin::OAuth2...
2018-05-08 Julian MauriceBug 20402: Don't look at cookies if OAuth2 is attempted...
2018-05-08 Julian MauriceBug 20402: Implement OAuth2 authentication for REST API
2018-03-29 Tomas Cohen AraziBug 19784: Adapt /v1/patrons to new naming guidelines
2017-09-21 Lari TaskulaBug 18137: (QA-follow-up) Fix pod fail
2017-09-21 Lari TaskulaBug 18137: Migrate from Swagger2 to Mojolicious::Plugin...