Bump dependencies (#841)

This commit is contained in:
Sascha Ißbrücker
2024-09-19 19:15:51 +02:00
committed by GitHub
parent 8544137a31
commit 3d8866c7bc
8 changed files with 42 additions and 44 deletions

View File

@@ -4,4 +4,5 @@ export OIDC_USE_PKCE=True
export OIDC_OP_AUTHORIZATION_ENDPOINT=http://localhost:8080/oauth/v2/authorize
export OIDC_OP_TOKEN_ENDPOINT=http://localhost:8080/oauth/v2/token
export OIDC_OP_USER_ENDPOINT=http://localhost:8080/oidc/v1/userinfo
export OIDC_RP_CLIENT_ID=258574559115018243@linkding
export OIDC_OP_JWKS_ENDPOINT=http://localhost:8080/oauth/v2/keys
export OIDC_RP_CLIENT_ID=<client-id>