Skip to content

v5.19.0

Choose a tag to compare

@github-actions github-actions released this 08 May 08:05
dbdff31

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)