-
Notifications
You must be signed in to change notification settings - Fork 232
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
Integration with Capacitor #537
Comments
UPDATE: see my answer here to see how this could actually be done |
Thanks for your reply! |
Yes, code for the custom url scheme callback is: here |
Hi again! |
It would be very nice for others to see how this feature can be implemented. |
I'm reading the code right now and I see that the Navigator implementation is fixed inside the UserManager constructor. |
@Saveriu did you manage to get this working using Capacitor on Android and iOS? If so, any sample would be much appreciated. |
@WillooWisp , I didn't have much time lately but when I'm done I will send you the sample! |
@Saveriu May you send me the sample, too? I am also struggling to get capacitor working with this lib. |
Hi, for my project, I switched for ionic-appauth. The issue that I mentionned earlier have been fixed. |
For anyone interested, I've finally managed to find time to do it 🎉 If you are looking for a If you are looking for a |
Nice! I didn't have time to do it myself, thank you! |
Hey @Badisi, Nice work here :) What do you think about it ? |
@Badisi <3 Thanks mate, I was able to implement our own auth flow for the mobile using your code as inspiration. Gods speed friend. |
From digging into the source code it looks like a custom |
Hi!
I' trying to use this lib with Capacitor, any idea of how to override the popup open event for authentication?
I want to use the Capacitor Browser plugin instead of window.open.
Thanks!
The text was updated successfully, but these errors were encountered: