Replies: 2 comments
-
I'm also trying to figure out a way of doing this. Didn't try it yet but I maybe using the package |
Beta Was this translation helpful? Give feedback.
0 replies
-
@coudron Did you succeed ? I'm stuck with expo auth session and pkRE checks >-< |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm looking to have an iOS app (built with Expo / React Native) use a NextJS + NextAuth backend, but I'm struggling to get it working.
Are there examples of this working?
My primary hurdle here is that when I set a redirect URL to call back into my iOS app, NextAuth throws a
INVALID_CALLBACK_URL_ERROR
. After reviewing the NextAuth source, it appears it has to be a HTTP/HTTPS url only. Native app URLs are not supported.Any help is appreciated 🙏
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions