feat: SW-158 Enabled support for authjs nonce

This commit is contained in:
Hrishikesh Vaipurkar
2024-07-09 16:07:13 +02:00
parent e36f5cd122
commit 2ce21626b9
2 changed files with 18 additions and 3 deletions

View File

@@ -95,6 +95,7 @@ const curityProvider = {
authorization: {
url: `${env.CURITY_ISSUER_USER}/oauth/v2/authorize`,
},
checks: ["pkce", "nonce"],
token: {
url: `${env.CURITY_ISSUER_USER}/oauth/v2/token`,
},