WebAuthn: Native Android origin verification #417
Closed
nduplessis
started this conversation in
General
Replies: 1 comment 3 replies
-
Does using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heya
I'm busy implementing native Android app passkey support using rodauth. On native Android apps the origin is set as follows:
android:apk-key-hash:<sha256_hash-of-apk-signing-cert>
https://developer.android.com/training/sign-in/passkeys#verify-origin
I can't seem to find anything in rodauth that would indicate it being possible to perform the origin verification correctly for the above.
Am I missing something or is this not possible with rodauth at the moment?
Beta Was this translation helpful? Give feedback.
All reactions