Skip to content

RtF-I/morphic-app-website

 
 

Repository files navigation

MorphicLiteWeb

Static web front end for

  • Email Verification
  • Password Reset
  • (more features TBD)

Developer Builds

Run docker-compose:

$ docker-compose up

Create an .env file to provide local values for the the following environmental variables:

  • SERVICE_URL - The morphic api service
  • RECAPTCHA_KEY - The client key to use when including recaptcha

Password Reset URLs

When a user needs to start the password reset process, a link should send them to

http://localhost:5003/password/reset

To complete their reset, the resulting email should point them to

http://localhost:5003/password/reset#token=<resettoken>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 54.9%
  • HTML 31.8%
  • CSS 6.4%
  • JavaScript 5.3%
  • Other 1.6%