mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added token and key handling elements for oidc jwt
- Got basic signing support and structure checking done. - Need to run through actual claim checking before providing details back to app.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace BookStack\Http\Controllers\Auth;
|
||||
|
||||
use BookStack\Auth\Access\OpenIdConnectService;
|
||||
use BookStack\Auth\Access\OpenIdConnect\OpenIdConnectService;
|
||||
use BookStack\Http\Controllers\Controller;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
|
Reference in New Issue
Block a user