supertokens-website
Advanced tools
Comparing version 16.0.9 to 16.0.10
@@ -10,2 +10,8 @@ # Changelog | ||
## [16.0.10] - 2023-05-19 | ||
### Fixes | ||
- Always clearing locally stored access and refresh tokens if the front-token is removed to handle proxies omitting empty headers | ||
## [16.0.9] - 2023-05-05 | ||
@@ -12,0 +18,0 @@ |
@@ -59,3 +59,3 @@ import { RecipeInterface, NormalisedInputType, ResponseWithBody, TokenType } from "./types"; | ||
export declare function getLocalSessionState(tryRefresh: boolean): Promise<LocalSessionState>; | ||
export declare function getStorageNameForToken(tokenType: TokenType): "st-refresh-token" | "st-access-token"; | ||
export declare function getStorageNameForToken(tokenType: TokenType): "st-access-token" | "st-refresh-token"; | ||
export declare function setToken(tokenType: TokenType, value: string): Promise<void>; | ||
@@ -62,0 +62,0 @@ export declare function getTokenForHeaderAuth(tokenType: TokenType): Promise<string | undefined>; |
@@ -1,2 +0,2 @@ | ||
export declare const package_version = "16.0.9"; | ||
export declare const package_version = "16.0.10"; | ||
export declare const supported_fdi: string[]; |
@@ -18,3 +18,3 @@ "use strict"; | ||
*/ | ||
exports.package_version = "16.0.9"; | ||
exports.package_version = "16.0.10"; | ||
exports.supported_fdi = ["1.16"]; |
{ | ||
"name": "supertokens-website", | ||
"version": "16.0.9", | ||
"version": "16.0.10", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
376604
7429