json tags missing #245
Replies: 2 comments 8 replies
-
Which structs are you having the issue with? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Seems very strange. The |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning.
Congratulations on this wonderful module.
I am working on a module for a web app where I want to login with my hardware key.
It is enough for me to store user data in a json file.
Here in the repo structs like Credentials have json tags.
I ran "go get" to easily include go-webauthn in my project.
I also ran go mod vendor to better be able to inspect the code in VS-Code.
However, the copy in the vendor directory has no json tags!!
json.Unmarshal no longer works.
Why are there no json tags in the structs?
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions