An open API service indexing awesome lists of open source software.

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

Node.js Web Authentication API demo
https://github.com/rowno/web-authentication-demo

Last synced: about 1 month ago
JSON representation

Node.js Web Authentication API demo

Awesome Lists containing this project

README

        

# 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.