This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script lang="ts"> | |
import createAuth0Client, { Auth0Client } from "@auth0/auth0-spa-js"; | |
import { onMount, setContext } from "svelte"; | |
import { writable } from "svelte/store"; | |
const isLoading = writable(true); | |
const isAuthenticated = writable(false); | |
const authToken = writable(""); | |
const userInfo = writable({}); | |
const authError = writable(null); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-08-05T07:15:14.662Z","extensionVersion":"v3.4.1"} |