@ozsay/accounts-code
TypeScript icon, indicating that this package has built-in type declarations

0.19.2 • Public • Published

@accounts/code

Install

yarn add @accounts/code

Usage

import { AccountsServer } from '@accounts/server';
import { AccountsCode } from '@accounts/code';

const codeProvider = '...';

export const accountsCode = new AccountsCode({
  codeProvider,
  // options
});

const accountsServer = new AccountsServer(
  {
    // options
  },
  {
    code: accountsCode,
  }
);

Readme

Keywords

none

Package Sidebar

Install

npm i @ozsay/accounts-code

Weekly Downloads

1

Version

0.19.2

License

MIT

Unpacked Size

132 kB

Total Files

67

Last publish

Collaborators

  • ozsay