mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
chore: consolidate into single component file.
This commit is contained in:
parent
701668b662
commit
215a0a443f
3 changed files with 131 additions and 129 deletions
|
|
@ -1,3 +1,13 @@
|
|||
export * from './oidc'
|
||||
export { default as OidcContext } from './OidcContext.svelte';
|
||||
export {
|
||||
default as OidcContext,
|
||||
authError,
|
||||
idToken,
|
||||
accessToken,
|
||||
isAuthenticated,
|
||||
isLoading,
|
||||
login,
|
||||
logout,
|
||||
refreshToken,
|
||||
userInfo,
|
||||
} from './OidcContext.svelte';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue