Hello,
I have a nuxt + ionic project which uses Netlify Identity for authentication.
This project is designed for web and also for mobile app (using capacitor to build it in an android app).
How can I use netlify identity registration with confirmation on mobile app? Because on web it’s simple: you receive an email with the confirmation link that contains the confirmation token which will be verified when you go to that link. But on mobile app:
-
Can be used the same approach with email confirmation but sending only the token that can be copied and used in the app for confirmation?
-
Can be used another approach through netlify identity that is more suitable for mobile apps?
-
Should be used another approach that doesn’t include netlify identity?
Thank you!