Skip to content

ksrnnb/passkey-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passkey-impl

This repository is a sample implementation of passkey using React and Golang. A server side uses go-webauthn/webauthn.

How to set up

set up server side

cd server
go run main.go

set up client side

cd client
npm run start

How to use

login with user id

you can login with user id sample. password is unnecessary in this application.

register your passkey

After login, you can register passkey.

login with passkey

After register passkey, you can login with passkey using auto fill. Auto fill screen will appear when you click user id form.

About

sample implementation of passkey using React and Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors