capacitor-community / generic-oauth2

Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!
MIT License
223 stars 106 forks source link

Help: Code grant type not working with spring OAuth server #213

Closed suchorski closed 1 year ago

suchorski commented 1 year ago

I'm trying to use this lib overriding the capacitor version to 4 and testing on windows browser, not native app yet.

When I try to login to my Java spring OAuth server I got a stuck when trying to request the token from the code but I'm getting nothing.

What should be my redirect_uri? The lib handle the callback to me? Just need to point to my localhost?

Thanks

suchorski commented 1 year ago

My mistake, fixed!