0.2.0 • Published 1 year ago

@cakeauth/frontend v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago