@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,
  }
);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.19.2
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.19.2
    9
  • 0.19.1
    1
  • 0.18.0
    1

Package Sidebar

Install

npm i @ozsay/accounts-code

Weekly Downloads

2

Version

0.19.2

License

MIT

Unpacked Size

132 kB

Total Files

67

Last publish

Collaborators

  • ozsay