Skip to content

Instantly share code, notes, and snippets.

View fl0wo's full-sized avatar
🎯
Focusing

Florian fl0wo

🎯
Focusing
View GitHub Profile
@fl0wo
fl0wo / stytchClient.ts
Last active December 12, 2022 22:16
File used to instantiate stytchUIClient
import {StytchUIClient} from "@stytch/vanilla-js";
export const stytchUIClient = new StytchUIClient(
'<here the stytch public token>'
);