Rowno / web-authentication-demo

Node.js Web Authentication API demo

Home Page:https://rowno-web-authentication-demo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Authentication Demo

This is a demonstration of implementing the Web Authentication API using Node.js.

Development

Run docker-compose up -d to start the database, run yarn seed initialise the database and then run yarn dev to start the site in development mode.

To lint the files and test that the site builds, run yarn lint and yarn build (this will also check that the TypeScript is valid).

To start the site in production mode, run yarn build and then yarn start.

License

Web Authentication Demo is released under the ISC license.

Copyright © 2019, Roland Warmerdam.

About

Node.js Web Authentication API demo

https://rowno-web-authentication-demo.herokuapp.com

License:ISC License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.2%Language:Procfile 0.1%