mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
feat: oidc issuer
This commit is contained in:
parent
d8fb138d46
commit
43f2523ec6
9 changed files with 117 additions and 29 deletions
|
|
@ -24,12 +24,16 @@ GET http://localhost:3000/api/protected
|
|||
Content-Type: application/json
|
||||
Authorization: Bearer blablabla.xxxx.xxxx
|
||||
|
||||
### discovery
|
||||
GET http://localhost:3001/.well-known/openid-configuration
|
||||
Content-Type: application/json
|
||||
|
||||
###
|
||||
GET http://localhost:3000/oidc/jwks
|
||||
|
||||
### jwks
|
||||
GET http://localhost:3001/jwks
|
||||
Content-Type: application/json
|
||||
|
||||
|
||||
###
|
||||
GET http://localhost:3000/oidc/tokens
|
||||
GET http://localhost:3001/tokens
|
||||
Content-Type: application/json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue