auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
281 stars 130 forks source link

Add sessions and refresh tokens to Users Management API #654

Open jak opened 1 week ago

jak commented 1 week ago

Changes

Adds support for the following APIs:

These APIs only support the checkpoint pagination so I've added a different filter for them.

References

Fixes #653

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

jak commented 1 week ago

@desusai7 @jimmyjames Sorry for the direct tags - I can see you've been recently active in the repo.

Is this change acceptable? I'd welcome any and all feedback.

Thanks