-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for userInfo endpoint #872
Conversation
I wonder if the Users service should not be part of AuthenticationClient, since we don't want to require users to provide a We should probably just export UsersClient along with AuthenticationClient and ManagementClient |
Or we could make |
Thinking about it from the Auth0 side, it's part of the Authentication API docs. I am happy with both, but leaning towards part of AuthApi (it also was like that before). Happy to make clientId optional and run-time check in the base-auth-api. |
c5c3211
to
ecccb64
Compare
Updated the PR to ensure the UserInfoClient is a separate client instead of a sub-client on the Auth side. |
I missed telemetry and some tests, updated. |
Changes
Add support for the userInfo endpoint, which we missed in the initial beta.
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
Checklist