@supabase/gotrue-js
Advanced tools
Comparing version 2.54.0 to 2.54.1
@@ -310,2 +310,10 @@ import { AuthError } from './errors'; | ||
ban_duration?: string | 'none'; | ||
/** | ||
* The `role` claim set in the user's access token JWT. | ||
* | ||
* When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database. | ||
* | ||
* Setting this role to `service_role` is not recommended as it grants the user admin privileges. | ||
*/ | ||
role?: string; | ||
} | ||
@@ -312,0 +320,0 @@ export interface Subscription { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.54.0"; | ||
export declare const version = "2.54.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.54.0'; | ||
exports.version = '2.54.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -310,2 +310,10 @@ import { AuthError } from './errors'; | ||
ban_duration?: string | 'none'; | ||
/** | ||
* The `role` claim set in the user's access token JWT. | ||
* | ||
* When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database. | ||
* | ||
* Setting this role to `service_role` is not recommended as it grants the user admin privileges. | ||
*/ | ||
role?: string; | ||
} | ||
@@ -312,0 +320,0 @@ export interface Subscription { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.54.0"; | ||
export declare const version = "2.54.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.54.0'; | ||
export const version = '2.54.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.54.0", | ||
"version": "2.54.1", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -381,2 +381,11 @@ import { AuthError } from './errors' | ||
ban_duration?: string | 'none' | ||
/** | ||
* The `role` claim set in the user's access token JWT. | ||
* | ||
* When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database. | ||
* | ||
* Setting this role to `service_role` is not recommended as it grants the user admin privileges. | ||
*/ | ||
role?: string | ||
} | ||
@@ -383,0 +392,0 @@ |
// Generated by genversion. | ||
export const version = '2.54.0' | ||
export const version = '2.54.1' |
Sorry, the diff of this file is not supported yet
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
714394
12913