Native Apps #500
thomastthai
started this conversation in
General
Native Apps
#500
Replies: 2 comments 3 replies
-
Hi, native apps can use Hanko backend or Hanko Cloud for authentication, incl. passkeys. We did a PoC for Android and are working on the same for iOS: |
Beta Was this translation helpful? Give feedback.
3 replies
-
You could use a webview in your native app ? That’s what I do to make dev simpler . You can argue that it’s more secure also since it’s a type of sandbox. You just need to then get the token to the native layer after the auth flow has completed. also the user sees visually that auth is using https . I don’t know if Hanko has first class support for this ? |
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
-
How would native apps make use of hanko? The examples are all web-based frontends.
Beta Was this translation helpful? Give feedback.
All reactions