Story for mobile auth + OAuth #1451
terabyte128
started this conversation in
Ideas
Replies: 1 comment
-
|
ah, I just had this same question. It sounds like this is not implemented then correct? |
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.
-
Hello! I'm wondering if fastapi-users has any story for how to support native apps with OAuth?
From what I can tell, these scenarios are already supported:
But with a native app, we've left the app to go to the browser, so the app doesn't have a way to access the token from the response. We need something like a callback from our web backend. I guess this would imply making fastapi-users into something like an OAuth server as well as a client. Any thoughts on how this might work, or if there are plans to implement it?
Beta Was this translation helpful? Give feedback.
All reactions