Simple app using go and react to illustrate passkey authentication This app uses go for webauthentication ceremonies and react as frontend.
git clone git@github.com:sourcecode081017/passkey-auth-go.git
To start the app, you can use the make
command. Follow these steps:
-
Ensure you have
docker
running anddocker-compose
installed on your system. -
Run the following command in the project directory:
make run
This will build and start the application.