mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 21:25:28 -05:00
This can verify a JWT using the JWKS fetched from an OAuth's endpoint.
This commit is contained in:
parent
d4b2d5fefb
commit
ac18b94a86
6 changed files with 173 additions and 10 deletions
4
.env
4
.env
|
|
@ -1,2 +1,4 @@
|
|||
DB_CONNECTION_STRING=postgres://isl:development@localhost:5432/isl
|
||||
HTTP_PORT=3001
|
||||
HTTP_PORT=3000
|
||||
JWKS_URI=http://localhost:8080/oauth/v2/keys
|
||||
LOG_LEVEL=info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue