@adminide-stack/common
Advanced tools
Comparing version 9.0.6-alpha.6 to 9.0.6-alpha.47
@@ -9,2 +9,3 @@ export declare enum AuthErrors { | ||
TokenMissing = "TokenMissing", | ||
TokenRenewalFailed = "TokenRenewalFailed", | ||
ScopeExpected = "ScopeExpected", | ||
@@ -23,2 +24,3 @@ UserExpected = "UserExpected", | ||
TokenMissing: string; | ||
TokenRenewalFailed: string; | ||
ScopeExpected: string; | ||
@@ -25,0 +27,0 @@ UserExpected: string; |
@@ -12,2 +12,3 @@ // TODO need to move them to user-auth-client. | ||
AuthErrors["TokenMissing"] = "TokenMissing"; | ||
AuthErrors["TokenRenewalFailed"] = "TokenRenewalFailed"; | ||
AuthErrors["ScopeExpected"] = "ScopeExpected"; | ||
@@ -26,2 +27,3 @@ AuthErrors["UserExpected"] = "UserExpected"; | ||
TokenMissing: 'You must supply a JWT for authorization!', | ||
TokenRenewalFailed: 'Token renewal failed', | ||
ScopeExpected: 'No scopes supplied!', | ||
@@ -31,3 +33,3 @@ UserExpected: 'You must supply a User!', | ||
ContextFailedDueToAuthError: 'Context creation failed: AuthenticationError', | ||
ThirdPartyCookiesDisabled: 'Your browser is currently blocking third-party cookies. Please enable third - party cookies from your browser settings and try again.' | ||
ThirdPartyCookiesDisabled: 'Your browser is currently blocking third-party cookies. Please enable third - party cookies from your browser settings and try again.', | ||
};export{AuthErrors,AuthErrorsMessage}; |
{ | ||
"name": "@adminide-stack/common", | ||
"version": "9.0.6-alpha.6", | ||
"version": "9.0.6-alpha.47", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -29,3 +29,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "4665163712a25b3c106ede1ef3a4eee5d337ea8e" | ||
"gitHead": "3d5285747c7c837b70d7dd5cd6693d8a8f11b4a3" | ||
} |
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
39108
62