bookstack/app/Auth/Access/OpenIdConnect
Dan Brown 6b182a435a
Got OIDC custom solution to a functional state
- Validation of all key/token elements now in place.
- Signing key system updated to work with jwk-style array or with
  file:// path to pem key.
2021-10-11 23:00:45 +01:00
..
InvalidKeyException.php Added token and key handling elements for oidc jwt 2021-10-11 19:05:16 +01:00
InvalidTokenException.php Added token and key handling elements for oidc jwt 2021-10-11 19:05:16 +01:00
JwtSigningKey.php Got OIDC custom solution to a functional state 2021-10-11 23:00:45 +01:00
OpenIdConnectAccessToken.php Added token and key handling elements for oidc jwt 2021-10-11 19:05:16 +01:00
OpenIdConnectIdToken.php Got OIDC custom solution to a functional state 2021-10-11 23:00:45 +01:00
OpenIdConnectOAuthProvider.php Added token and key handling elements for oidc jwt 2021-10-11 19:05:16 +01:00
OpenIdConnectService.php Got OIDC custom solution to a functional state 2021-10-11 23:00:45 +01:00