One-time access to Authentication State
If you want to access user state once, you can simply callCorbado.sessionToken,
Corbado.user or Corbado.isAuthenticated to get the current user state.
routes/+page.svelte
Subscribing to Authentication State
If you want to synchronize user state to your own state, you can subscribe to theauthStateChanges and userChanges observables.
routes/+page.svelte
Logout
You can log out the user by callingCorbado.logout.
routes/+page.svelte