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
- Host: GitHub
- URL: https://github.com/rowno/web-authentication-demo
- Owner: Rowno
- License: isc
- Created: 2019-10-07T08:36:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T04:04:47.000Z (about 2 years ago)
- Last Synced: 2025-01-27T22:16:07.002Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.