0.19.1 • Published 5 years ago

@ozsay/accounts-asymmetric v0.19.1

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

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