oauth2
oauth2 copied to clipboard
An OAuth2 client library for Dart.
I'm trying to use this to connect our app to our wordpress database. I want to make calls through wordpress so we can use the same username and password. Cookies+nonce...
Unhandled Exception: Bad state: The authorization code has already been received How to avoid this issue
Hi, Thanks for the work, What about concurrent calls ? I mean let's say for the exemple : - I have a home_page.dart with 3 sections. - Each section is...
- Added the property `refresh_expires_in` property. This can help e.g. when the access token and refresh token is expired. With this property it is easier to handle the expiration of...
I have a Flutter app that utilizes Azure B2C authentication, employing OAUTH2 integration. While the login process is successful, I am encountering issues with the logout functionality. My current approach...
I have an app that uses oauth2 for login. On Android with Chrome as the default browser everything works as expected. When Firefox is your default browser however, it does...
Until now there is no way to detect whether an oauth2.Client is closed or not. This PR changes that. There is now an isClosed field on the oauth2.Client. A request...
Hi, is it possible to add extra parameters to the authorization code grant method such as NONCE from OpenID?
this package work with keycloack on a web app in flutter?
This is a tracking issue for potentially deprecating and discontinuing `package:oauth2`. General notes: - this package is published under our `tools.dart.dev` publisher; for people who are not aware, that publisher...