Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcuisinier/devoxxfrance19-webauth-front
Front project for Demo WebAuthN @ Devoxx France
https://github.com/gcuisinier/devoxxfrance19-webauth-front
demo-app devoxx-fr-2019 webauthn
Last synced: about 1 month ago
JSON representation
Front project for Demo WebAuthN @ Devoxx France
- Host: GitHub
- URL: https://github.com/gcuisinier/devoxxfrance19-webauth-front
- Owner: gcuisinier
- Created: 2019-03-27T20:01:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T18:54:14.000Z (over 5 years ago)
- Last Synced: 2024-10-15T07:56:53.117Z (3 months ago)
- Topics: demo-app, devoxx-fr-2019, webauthn
- Language: TypeScript
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devoxxfrance19-webauth-back
Back project for Demo WebAuthN @ Devoxx France[Slides](https://fr.slideshare.net/GildasCuisinier/mot-de-passe-oubli-plus-jamais-avec-webauthn-devoxx-france-2019-141432043?qid=ad849a92-1ed0-4fd8-a912-89dbe0934c5d&v=&b=&from_search=1)
## How to run it ?
Checkout both project :
- https://github.com/gcuisinier/devoxxfrance19-webauth-back
- https://github.com/gcuisinier/devoxxfrance19-webauth-front### Run Back project
```
cd devoxxfrance19-webauth-back
./mvn spring-boot:run
```### Run Front project
cd devoxxfrance19-webauth-front
```
cd devoxxfrance19-webauth-front
npm install
g serve --ssl --host 0.0.0.0 --public-host webauthn.local.gcuisinier.net
```## Open website
https://webauthn.local.gcuisinier.net:4200