-
Notifications
You must be signed in to change notification settings - Fork 137
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
Incorrect request_params for username-password login #109
Comments
Am having problems to login via user/password due to the deprecated 'Connection' key, it's now
Replaced And then at my login request the
Just inside the |
Apologies for the late reply here ... the auth endpoints module in this SDK is getting an overhaul for the next release. We'll be deprecating (not removing yet) a few methods, this one included, and replacing with ones that more closely match how the endpoints work currently. All of the concerns here will be addressed. Thank you for the report! |
Are the plans for this public? I'd love to help tackle this personally. |
@j-collier - I appreciate the offer! The plans are not public but only because our tracking is done in the same system as our product. Happy to share what we have in mind remaining. Much of this is complete, some of which has already been merged:
The remaining methods that have not been started:
If you want to take on one of those, I would be happy to guide and review! At the moment, we don't have a contribution guide (on my list to put one of those together soon) but a few notes:
If you want to take one or the other or both (separate PRs please), just let me know and I'll hold off on my end. I'll work on the contribution guide instead 😄 Thank you in advance!! |
This is preventing callers from passing
audience
andrealm
along.There seem to be a few things that could be addressed here:
audience
andrealm
/oauth/ro
params:connection
,id_token
, anddevice
grant_type
should be'password'
notpassword
ruby-auth0/lib/auth0/api/authentication_endpoints.rb
Lines 59 to 70 in 687326f
The text was updated successfully, but these errors were encountered: