This repository is a sample implementation of passkey using React and Golang. A server side uses go-webauthn/webauthn.
cd server
go run main.gocd client
npm run startyou can login with user id sample. password is unnecessary in this application.
After login, you can register passkey.
After register passkey, you can login with passkey using auto fill. Auto fill screen will appear when you click user id form.
