-
Notifications
You must be signed in to change notification settings - Fork 462
v3.1.0 #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.1.0 #122
Conversation
* Changes required for compilation (updated react-native) * If 'skipTokenExchange' is provided in the addlParameterMap and is a boolean 'true' value, do not execute the token exchange process, just return the code, state, and redirect_uri over the bridge * Added the alternate return type for 'authorize' * remove runtime arguments check * test * squash this * squash me * [iOS] Expose option to skip token request
handle errors on skipTokenExchange callback
Hacky mechanism for preventing token exchange step
Add a demo .gif
|
Hi there! |
|
@brunoro sorry for the delay. I wanted to keep this branch alive as I wanted to use the WIP from a contributor, but you're right, it's gotten a bit too far behind. I've not had much time to maintain this library in the past few months, but recently, Formidable have launched a new open source initiative that will allow me to focus on this more and building this feature is a priority. Closing this PR as it's hopelessly behind now and will ping you when there is a testable version 🙏 |
|
Aaaah @kadikraman too bad, I was really looking forward to use this feature in a project. Is there any way I can contribute to help the feature make it to the next version? |
Temporary v3.1 branch
PR to get started with Hacky mechanism for preventing token exchange step #110
Related discussion: Getting the authorization_code #96