Low Code Login System

Alex (@alex)

24765

0

0

About This Space

This is a template for a user account management and login system.


Last updated on July 28, 2020

Public Permissions:   View   Open/Fork   Run   Comment  

Low-code Login System

This is a template for a user account management and login system. The low-code Rich Display named login.json can be placed in front of any application to provide a secure login.

The system provides the ability to:

  • Sign in
  • Create an account
  • Validate that a chosen password is not weak
  • Generate, store, and validate a password hash
  • Verify an email address
  • Reset a password

Configuring Email

The login system uses email to verify accounts. To setup email, update the email-config.json file with your NodeMailer SMTP transport details. Then, customize the Email Templates in the following low-code routines:

  • send email verification code
  • send password reset code

Until email is configured, you can view the generated codes in the server log (in Profound.js Spaces, select Server => View Server Logs). This will allow you to test the system without configuring email.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Alex (@alex)

Filters:

Popular Recent

This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).

30739

0

0

This lab walks you through building a series of Node.js applications that work with employee data.

30690

0

0

30635

0

0

A Hello World app with both dynamic output and input fields

30548

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

30492

0

0

Test On Off Switch

30431

0

1

Simple output to a browser from Node.js

30358

0

0

A simple Demo of how to deploy EJS templates from a stateful Node.js script

30315

0

0

A demo of how to build and consume Web Services with and without parameters

30204

0

0