UNPKG

sk-oidc-oauth

Version:

OIDC/OAuth2 authentication and authorization for prerendered/client-side-rendered SvelteKit apps.

5 lines (4 loc) 277 B
export { default as Authentication } from './components/Authentication/Authentication.svelte'; export { default as AuthorizationGuard } from './components/AuthorizationGuard/AuthorizationGuard.svelte'; export { AuthService as auth } from './services'; export * from './types';