Accounts and User Management for NextJS

Man … that was really fast and amazingly well presented and documented. There is a video on the second main action of the home page:

I think Meteor needs a similar presentation page. With the UI exception we have most of those things.

  • Multi-factor authentication :white_check_mark: (still need to add a few other options here, but we have the basics)
  • Magic link :white_check_mark: (passwordless)
  • Email and SMS one-time passcodes
  • Passwords :white_check_mark:
  • Session manager (kind of, but this could be really improved)
  • Social Sign-On :white_check_mark:
  • Bot Detection
  • Webhooks (we have hooks, webhooks are a bit out of scope, but this could be improved)

B2B SaaS Suite

  • Custom roles and permissions (coming in v3.1 :white_check_mark:)
  • Auto-join (this seems to be application specific, but again something that can be worked on)
  • Invitations :white_check_mark:
  • Organization UI Components (out of scope, but stuff around this could be probably improved)

Still good to get inspired.

1 Like

I think what Next does really great is the presentation of everything. With Meteor you pretty much need to dig down into the documentation.