mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
First basic OpenID Connect implementation
This commit is contained in:
@ -19,6 +19,7 @@ class VerifyCsrfToken extends Middleware
|
||||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
'saml2/*'
|
||||
'saml2/*',
|
||||
'openid/*'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user