You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Make Auth0::Client#get_token public, allowing callers to retrieve the current API token (or refresh if expired) without redundant requests to /oauth/token. (#725) (contributed by @ttstarck)
Fixed
Ship only runtime files in the packaged gem, eliminating false-positive vulnerability scanner findings caused by bundled dev/example Gemfile.lock files. Gem size reduced by ~78%. (#721) (contributed by @tmertens)