/web-authentication-demo

Node.js Web Authentication API demo

Primary LanguageTypeScriptISC LicenseISC

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.