1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne-openid

This commit is contained in:
Dan Brown
2021-10-06 13:17:30 +01:00
25 changed files with 940 additions and 34 deletions

View File

@ -20,5 +20,6 @@ class VerifyCsrfToken extends Middleware
*/
protected $except = [
'saml2/*',
'openid/*',
];
}