Skip to content

Instantly share code, notes, and snippets.

@fl0wo
Last active December 12, 2022 22:16
Show Gist options
  • Save fl0wo/6d41faf62c7822e39b9314840ce90613 to your computer and use it in GitHub Desktop.
Save fl0wo/6d41faf62c7822e39b9314840ce90613 to your computer and use it in GitHub Desktop.
File used to instantiate stytchUIClient
import {StytchUIClient} from "@stytch/vanilla-js";
export const stytchUIClient = new StytchUIClient(
'<here the stytch public token>'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment