M Sardi
M Sardi
In the `_getLoginUrl` method in `ADLoginView.js` the `redirect_url` parameter instead of `redirect_uri` is used. As such, whatever you configure as the redirect_uri param in the ReactNativeAD configuration is ignored. You...
Thanks for this plugin. Tested the example on Android with Strava and works out of the box. Just checking if additional configuration is needed for this to work on iOS...
I am using the JWT callback to add additional information to the token like access_token, refresh_token and expires_at as outlined in the Auth.js docs here for the [JWT callback](https://github.com/EmaSuriano/astro-multi-framework-dashboard/blob/main/package.json) and...