What's the size of the credential public key? #364
Unanswered
mikecmpbll
asked this question in
Q&A
Replies: 1 comment
-
Hey @mikecmpbll! Sorry for the late response! Basically, the size of the public key is variable, depending on the algorithm that the client and authenticator use for creating the credential. You can actually specify which algorithms your server supports when configuring I'm not sure why some of public keys created on your server are longer than 256 bytes, but maybe we could start by taking a look to your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using a varchar(255) column to store the credential public key (as you do in the rails example, too) and on the odd occasion we're seeing customers whose public key, on device registration, exceeds 256 bytes. I'm not sure what the cause for this is or why it's happening, and I can't find anything definitive on whether this is expected or erroneous.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions