Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xarenard/webauthn_fido_java_react

Webauthn demo with react.js and Spring boot
https://github.com/xarenard/webauthn_fido_java_react

assertion attestation authentication fido fido2 reactjs spring-boot touchid touchid-authentication webauthn webauthn-demo yubikey

Last synced: about 2 months ago
JSON representation

Webauthn demo with react.js and Spring boot

Awesome Lists containing this project

README

        

# Java React WebAuthn Demo

## Intro

Simple Webauthn Demo with:
* Server Side component using java Spring boot.
* Client Side component using React.js.

The demo should support:
* TouchId
* Packed Self-Attestation
* packed Full-Attestation

## Setup

Currently, only localhost is supported

### Server
```
cd server
mvn spring-boot:run
```

### Client
```
cd client
npm install
npm run-script dev
```

## Images
### Authenticator registration

![alt text](https://raw.githubusercontent.com/xarenard/webauthn_fido_java_react/master/doc/images/registration_authenticator.png)

![alt text](https://raw.githubusercontent.com/xarenard/webauthn_fido_java_react/master/doc/images/registration_authenticator_prompt.png)

## Useful and interesting links
[https://medium.com/@herrjemand](https://medium.com/@herrjemand)
[https://github.com/koesie10/webauthn](https://github.com/koesie10/webauthn)