Download Latest Version @accounts_module-mikro-orm@0.34.0.zip (1.0 MB)
Email in envelope

Get an email when there's a new version of accounts-js

Home / @accounts_module-mikro-orm@0.34.0
Name Modified Size InfoDownloads / Week
Parent folder
@accounts_module-mikro-orm@0.34.0.tar.gz 2023-09-13 767.0 kB
@accounts_module-mikro-orm@0.34.0.zip 2023-09-13 1.0 MB
README.md 2023-09-13 2.3 kB
Totals: 3 Items   1.8 MB 0

@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:

    sh yarn add @accounts/magic-link

    Usage:

    ```js import AccountsMagicLink from '@accounts/magic-link';

    const accountsMagicLink = new AccountsMagicLink({});

    const accountsServer = new AccountsServer( { db: accountsDb, tokenSecret: 'secret' }, { magicLink: accountsMagicLink, } ); ```

Patch Changes

Source: README.md, updated 2023-09-13