-
Notifications
You must be signed in to change notification settings - Fork 22
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
PasswordGrantProvider can not use #335
Comments
Hi @reoxu, If you look at signature of
You need to use an effect (F), for which you have and instance of both |
it have to be one of synchronous backend, as compiler is looking for |
Changes from @bwiercinski have been introduced in https://github.com/ocadotechnology/sttp-oauth2/releases/tag/v0.16.0 @reoxu please update the version, it should help with your issue |
Hi @majk-p, i download v0.16.0 source and try to build it, but failed. |
I use |
@reoxu can you paste whole stacktrace? |
Exception in thread "main" com.ocadotechnology.sttp.oauth2.common$OAuth2Exception: Client call resulted in error (200): Missing required field: DownField(user_name) Process finished with exit code 1 |
i've made an new issue since it is not related with this one. pls use #337. in my opinion this issue is solved and we are waiting with closing until the version is properly released. |
we use
com.ocadotechnology
sttp-oauth2_2.12
0.15.2
got this err
How can we use PasswordGrantProvider in right way.
The text was updated successfully, but these errors were encountered: