Bugzilla – Attachment 75132 Details for
Bug 20624
Disable the OAuth2 client credentials grant by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20624: (QA follow-up) Add miising POD in Koha::REST::V1::OAuth
Bug-20624-QA-follow-up-Add-miising-POD-in-KohaREST.patch (text/plain), 880 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-07 14:58:17 UTC
(
hide
)
Description:
Bug 20624: (QA follow-up) Add miising POD in Koha::REST::V1::OAuth
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-07 14:58:17 UTC
Size:
880 bytes
patch
obsolete
>From 5644168b216dd1f24dc7d2dd5c4f7134d81cfd7d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 7 May 2018 11:57:59 -0300 >Subject: [PATCH] Bug 20624: (QA follow-up) Add miising POD in > Koha::REST::V1::OAuth > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/REST/V1/OAuth.pm | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/Koha/REST/V1/OAuth.pm b/Koha/REST/V1/OAuth.pm >index dc098859a7..3679dbecdc 100644 >--- a/Koha/REST/V1/OAuth.pm >+++ b/Koha/REST/V1/OAuth.pm >@@ -24,6 +24,18 @@ use Koha::OAuth; > > use Mojo::Base 'Mojolicious::Controller'; > >+=head1 NAME >+ >+Koha::REST::V1::OAuth - Controller library for handling OAuth2-related token handling >+ >+=head2 Operations >+ >+=head3 token >+ >+Controller method handling token requests >+ >+=cut >+ > sub token { > > my $c = shift->openapi->valid_input or return; >-- >2.17.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20624
:
74986
|
74987
|
74988
|
74989
|
75020
|
75021
|
75060
|
75061
|
75062
|
75063
|
75064
|
75065
| 75132 |
75184
|
75206