ruby-auth0
ruby-auth0 copied to clipboard
Add Refresh Token endpoints for the Auth0 Management API #614
Changes
Adds support for the Management API endpoints introduced in Manage Refresh Tokens with Auth0 Management API
References
https://github.com/auth0/ruby-auth0/pull/614
Testing
- [ ] This change adds unit test coverage
- [ ] This change adds integration test coverage
- [ ] This change has been tested on the latest version of Ruby
Checklist
- [ ] I have read the Auth0 general contribution guidelines
- [ ] I have read the Auth0 Code of Conduct
- [ ] All existing and new tests complete without errors
- [ ] Rubocop passes on all added/modified files
- [ ] All active GitHub checks have passed