angular-oauth2-oidc
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -388,3 +388,3 @@ "use strict"; | ||
+ encodeURIComponent(id_token) | ||
+ "&redirect_uri=" | ||
+ "&post_logout_redirect_uri=" | ||
+ encodeURIComponent(this.redirectUri); | ||
@@ -391,0 +391,0 @@ } |
{ | ||
"name": "angular-oauth2-oidc", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "lint": "tslint src/**/*.ts", |
@@ -482,3 +482,3 @@ import {Base64} from 'js-base64'; | ||
+ encodeURIComponent(id_token) | ||
+ "&redirect_uri=" | ||
+ "&post_logout_redirect_uri=" | ||
+ encodeURIComponent(this.redirectUri); | ||
@@ -485,0 +485,0 @@ } |
Sorry, the diff of this file is not supported yet
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
83230