0.2.0 • Published 12 months ago

@cakeauth/frontend v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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/frontend

Documentation

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.

License

MIT

0.2.0

12 months ago

0.1.3

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago