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

0.19.1 • Public • Published

@accounts/asymmetric

Install

yarn add @accounts/asymmetric

Usage

import { AccountsServer } from '@accounts/server';
import { AccountsAsymmetric } from '@accounts/asymmetric';

export const accountsAsymmetric = new AccountsAsymmetric({
  // options
});

const accountsServer = new AccountsServer(
  {
    // options
  },
  {
    asymmetric: accountsAsymmetric,
  }
);

Readme

Keywords

none

Package Sidebar

Install

npm i @ozsay/accounts-asymmetric

Weekly Downloads

1

Version

0.19.1

License

MIT

Unpacked Size

82.9 kB

Total Files

47

Last publish

Collaborators

  • ozsay