@accounts/server
Documentation
Installation
yarn add @accounts/server
Contributing
Any contribution is very welcome, read our contributing guide to see how to locally setup the repository and see our development process.
Fullstack authentication and accounts-management
yarn add @accounts/server
Any contribution is very welcome, read our contributing guide to see how to locally setup the repository and see our development process.
#1173 1cf53c32
Thanks @pradel! - emailTemplates
option can now be set partially
Updated dependencies [e81eb578
]:
#1150 22056642
Thanks @larsivi! - Add support for magic-link strategy 🎉.
Installation:
yarn add @accounts/magic-link
Usage:
import AccountsMagicLink from '@accounts/magic-link';
const accountsMagicLink = new AccountsMagicLink({});
const accountsServer = new AccountsServer(
{ db: accountsDb, tokenSecret: 'secret' },
{
magicLink: accountsMagicLink,
}
);
#1130 d29e91a6
Thanks @pradel! - Update emittery dependency from v5.1 to v8.1 - Drop support for Node.js 8
22056642
]: