Matthew Rideout
Matthew Rideout
Hey All, I need this for web too, using Azure AD B2C. Please let me know where I can find the progress and potentially contribute. Thanks!
Hey @jhancock4d - I'm having trouble getting this implementation working, would you be willing to post a more complete code sample showing the authClient package details and how it can...
> @mdrideout When I get a minute I'll do a full pull request that does the entire implementation. 🙏 Awesome, thank you @jhancock4d !
I finally got this working. The Zip'd plugin from @jhancock4d worked great, ~~except I had to correct a typo for a JSON decode to change `jsonResponse["expires_in"]` to `jsonResponse["refresh_token_expires_in"]`.~~ **EDIT:** I...
### Edit Fixed the [comment above](https://github.com/MaikuB/flutter_appauth/issues/70#issuecomment-783132531) to show that the client_id must be included in the scope list to get an access token. --- ### Original > Note that missing...
Thanks @jhancock4d - I found the issue and corrected the above comments for future searchers. The B2C request needs to include the client_id in the scope list in order to...
> @mdrideout Glad you found it. I think alternatively, you can check off "access tokens" and "id tokens" in the UI and you'll get the same result. I actually had...
This is a request I have as well. I'm using the Riverpod / Freezed architecture and this is my query / state example. ```graphql query GetMode($model: String!, $serial: String!, $language:...
@yyynnn - I got too frustrated with this. I ended up programming my own script to take my array of items, and split it into the number of arrays that...
I too was suddently perplexed when I found that the app bar back button was skipping the entire history and going back to the app root path. To quote OP:...