1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +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

@@ -40,6 +40,10 @@ return [
'driver' => 'saml2-session',
'provider' => 'external',
],
'openid' => [
'driver' => 'openid-session',
'provider' => 'external',
],
'api' => [
'driver' => 'api-token',
],