Can this be used with electronjs? #128
Replies: 4 comments 2 replies
-
We'd like to address this issue here |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if I know exactly what you mean - generally this library supports browser crypto as well, so it generally should work. Have we tested your specific setup and are aware of all electron-specific kinks? Probably not. |
Beta Was this translation helpful? Give feedback.
-
I wanted to implement this. https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/get Electron apps does not have navigator.credentials.get implementation only google-chrome has. I really don't know how the security keys work. We would like to
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the hint - if electron doesn't support the JS interface to even request a token, the backend cannot validate it. Keep in mind that this library is for validating the tokens exchanged - if it's not raised, it can't be validated. So for now you'll have to address the electronjs devs to make this possible, eg here |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can this be used with electron js to authenticate using USB security key?
Beta Was this translation helpful? Give feedback.
All reactions