Skip to content

Commit

Permalink
docs: adjust readme (#235)
Browse files Browse the repository at this point in the history
Changing location of User intefrace from webauthn/user.go to webauthn/types.go

Co-authored-by: James Elliott <[email protected]>
  • Loading branch information
g-vvv and james-d-elliott authored Jul 17, 2024
1 parent 6713911 commit b5e375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ While we strive to avoid such changes and strive to notify users they may be una

`go get github.com/go-webauthn/webauthn` and initialize it in your application with basic configuration values.

Make sure your `user` model is able to handle the interface functions laid out in `webauthn/user.go`. This means also
Make sure your `user` model is able to handle the interface functions laid out in `webauthn/types.go`. This means also
supporting the storage and retrieval of the credential and authenticator structs in `webauthn/credential.go` and
`webauthn/authenticator.go`, respectively.

Expand Down

0 comments on commit b5e375e

Please sign in to comment.