JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q48359F
  • License None

Node subsystems provider (User Forms for now)

Package Exports

  • subsystem

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (subsystem) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-subsystem

Node subsystems provider (User Forms for now)

What will it do?

Given a User model, it will

  • Create registration form (handle post/get with user supplied template that includes form tpl)

Also, will provide the following forms:

  • Profile update (multiple forms)
  • Password change
  • ...
  • Change Email

TODO

  • Password reset
  • Send verification email (if emailVerified field is there)