Open l15n opened 1 month ago
Rubocop passes on all added/modified files
To clarify, Metrics/BlockLength
is triggered on spec/lib/auth0/api/v2/sessions_spec.rb
because the describe
block is longer than 25 lines. This rule is unrealistic for rspec, and (almost?) all other spec files trigger the offense as well.
Changes
Add support for the Session resource endpoints in the Management API.
References
These endpoints are described in:
The user session endpoints were previously added in #588
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