sveltekit-zitadel-oidc
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -27,3 +27,3 @@ // oidc.ts | ||
redirect_uri: `${root}/auth/oidc/callback`, | ||
post_logout_redirect_uri: root, | ||
post_logout_redirect_uri: root + "/", | ||
silent_redirect_uri: `${root}/auth/oidc/refresh`, // URL used for silent token renewal | ||
@@ -30,0 +30,0 @@ authority, |
{ | ||
"name": "sveltekit-zitadel-oidc", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11068