mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
follows a pattern similar to @dopry/svelte-auth0, but uses the more standards compliant oidc-client.js library.
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
import App from './App.svelte';
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
props: {},
|
|
});
|
|
|
|
export default app;
|