Skip to content

@accounts/module-core@0.34.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 10:31
· 65 commits to master since this release

@accounts/graphql-api

0.33.2

Patch Changes

0.33.1

Patch Changes

0.33.0

Minor Changes

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

Patch Changes