ruby-auth0
ruby-auth0 copied to clipboard
Ruby toolkit for Auth0 API
Hello We use the jwt gem within our rails app and noticed that we are unable to update the jwt gem to the latest version. The jwt gem's latest version...
### Describe the problem I exerted the related code from ruby-auth0/lib/auth0/mixins/httpproxy.rb ```ruby DEAFULT_RETRIES = 3 MAX_ALLOWED_RETRIES = 10 MAX_REQUEST_RETRY_JITTER = 250 MAX_REQUEST_RETRY_DELAY = 1000 MIN_REQUEST_RETRY_DELAY = 100 sleep_timer = lambda...
### Describe the problem GET requests are mutating the shared headers causing parameters to leak into subsequent requests. Relevant code where the headers are being mutated. https://github.com/auth0/ruby-auth0/blob/afc87a05c5c4a0d8a4d068efb37f87cdab72f3ef/lib/auth0/mixins/httpproxy.rb#L75-L76 Is there any...

Bumps [rdoc](https://github.com/ruby/rdoc) from 6.6.2 to 6.6.3.1. Commits ffbf8ae Bump up 6.6.3.1 e4a0e71 Fix NoMethodError for start_with d98baf4 Bump up 6.6.3 da7a0c7 Filter marshaled objets See full diff in compare view...
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.62.1. Release notes Sourced from rubocop's releases. RuboCop 1.62.1 Bug fixes #12761: Fix a false positive for Style/HashEachMethods when the key block argument of Enumerable#each...
Bumps [actionpack](https://github.com/rails/rails) from 7.1.2 to 7.1.3.2. Release notes Sourced from actionpack's releases. v7.1.3.2 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.7.1 to 2.8.1. Changelog Sourced from jwt's changelog. v2.8.1 (2024-02-29) Full Changelog Features: Configurable base64 decode behaviour #589 (@anakinj) Fixes and enhancements: Output deprecation warnings once #589...
Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
Bumps [rack](https://github.com/rack/rack) from 3.0.8 to 3.0.9.1. Release notes Sourced from rack's releases. v3.0.9.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...