0.1.3 • Published 12 months ago

@cakeauth/backend v0.1.3

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

CakeAuth Backend JS SDK

The CakeAuth Backend JavaScript SDK allows you to interact with CakeAuth Backend APIs.

import { CakeAuth } from "@cakeauth/backend";

const cakeauth = new CakeAuth({
  privateKey: "sec_test_xxx",
});

const res = await cakeauth.users.getUsers();

Installation

npm install @cakeauth/backend

Documentation

For more information about how to set up and use the CakeAuth Backend JavaScript SDK, read documentation on https://docs.cakeauth.com/sdk/backend-js.

License

MIT

0.1.3

12 months ago

0.1.2

12 months ago

0.1.0

12 months ago