UNPKG

svelte-clerk

Version:

Svelte Clerk is the easiest way to add authentication and user management to your Svelte and SvelteKit applications. Add sign up, sign in, and profile management to your application in minutes.

4 lines (3 loc) 546 B
export const invalidStateError = 'Invalid state. Feel free to submit a bug or reach out to support here: https://clerk.com/support'; export const unsupportedNonBrowserDomainOrProxyUrlFunction = 'Unsupported usage of isSatellite, domain or proxyUrl. The usage of isSatellite, domain or proxyUrl as function is not supported in non-browser environments.'; export const useAuthHasRequiresRoleOrPermission = 'Missing parameters. `has` from `auth` requires a permission or role key to be passed. Example usage: `has({permission: "org:posts:edit"})`';