View | Details | Raw Unified | Return to bug 28787
Collapse All | Expand All

(-)a/Koha/REST/V1/Auth.pm (-2 / +1 lines)
Lines 82-88 sub under { Link Here
82
        }
82
        }
83
83
84
        if ( $c->req->url->to_abs->path eq '/api/v1/oauth/token' ) {
84
        if ( $c->req->url->to_abs->path eq '/api/v1/oauth/token' ) {
85
            # Requesting a token shouldn't go through the API authenticaction chain
85
            # Requesting a token shouldn't go through the API authentication chain
86
            $status = 1;
86
            $status = 1;
87
        }
87
        }
88
        elsif ( $namespace eq '' or $namespace eq '.html' ) {
88
        elsif ( $namespace eq '' or $namespace eq '.html' ) {
89
- 

Return to bug 28787