0.2.0 • Published 12 months ago
@cakeauth/frontend v0.2.0
CakeAuth Frontend JS SDK
The CakeAuth Frontend JavaScript SDK allows you to interact with CakeAuth Frontend APIs.
import { CakeAuth } from "@cakeauth/frontend";
const cakeauth = new CakeAuth({
publicKey: "pub_test_xxx",
});
const res = await cakeauth.settings.list();Installation
npm install @cakeauth/frontendDocumentation
For more information about how to set up and use the CakeAuth Frontend JavaScript SDK, read documentation on https://docs.cakeauth.com/sdk/frontend-js.