mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
- Removed uneeded custom refresh or logout actions for OIDC. - Restructured how the services and guards are setup for external auth systems. SAML2 and OIDC now directly share a lot more logic. - Renamed any OpenId references to OIDC or OpenIdConnect - Removed non-required CSRF excemption for OIDC Not tested, Come to roadblock due to lack of PHP8 support in upstream dependancies. Certificate was deemed to be non-valid on every test attempt due to changes in PHP8. |
||
|---|---|---|
| .. | ||
| api.php | ||
| app.php | ||
| auth.php | ||
| broadcasting.php | ||
| cache.php | ||
| database.php | ||
| debugbar.php | ||
| dompdf.php | ||
| filesystems.php | ||
| hashing.php | ||
| logging.php | ||
| mail.php | ||
| oidc.php | ||
| queue.php | ||
| saml2.php | ||
| services.php | ||
| session.php | ||
| setting-defaults.php | ||
| snappy.php | ||
| view.php | ||