@moxb/shards-accounts-meteor
TypeScript icon, indicating that this package has built-in type declarations

0.4.8 • Public • Published

Shards - User accounts by Meteor

This package provides a Meteor-based authentication backend for @moxb/shards-accounts-flow-antd.

This is considered to be W.I.P.

Quick start

Client side:

import {MeteorAuthBackend} from '@moxb/shards-accounts-meteor';

const authBackend = new MeteorAuthBackend();

... and then pass this backend to <WithLoginFlow>.

Server side:

import {setupUserAccounts} from '@moxb/shards-accounts-meteor/dist/server';

setupUserAccounts()

This is required to set up the paths that will go into the various account-related emails so that it matches with the client-side routing.

Package Sidebar

Install

npm i @moxb/shards-accounts-meteor

Weekly Downloads

7

Version

0.4.8

License

MIT

Unpacked Size

11.7 kB

Total Files

9

Last publish

Collaborators

  • scharf
  • herndl
  • csillag
  • gerujv