BookStack/app/Auth/Access
Dan Brown 2ec0aa85ca
Started refactor for merge of OIDC
- Made oidc config more generic to not be overly reliant on the library
  based upon learnings from saml2 auth.
- Removed any settings that are redundant or not deemed required for
  initial implementation.
- Reduced some methods down where not needed.
- Renamed OpenID to OIDC
- Updated .env.example.complete to align with all options and their
  defaults

Related to #2169
2021-10-06 17:12:01 +01:00
..
Guards Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne-openid 2021-10-06 13:18:21 +01:00
Mfa Added border to generated TOTP QR code 2021-09-13 14:23:54 +01:00
EmailConfirmationService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ExternalAuthService.php Started refactor for merge of OIDC 2021-10-06 17:12:01 +01:00
ExternalBaseUserProvider.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Ldap.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LdapService.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LoginService.php Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne-openid 2021-10-06 13:18:21 +01:00
OpenIdService.php Started refactor for merge of OIDC 2021-10-06 17:12:01 +01:00
RegistrationService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Saml2Service.php Started refactor for merge of OIDC 2021-10-06 17:12:01 +01:00
SocialAuthService.php Fixed social auth login audit log messages 2021-09-15 20:55:10 +01:00
UserInviteService.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserTokenService.php Swapped injected db instance with facade 2021-08-31 21:50:23 +01:00