-
When calling `JWT.encode()` using an RSA PSS key of length 1024, exponent of 3, and digest of 512, the following error is raised:
> /Users/bsrna/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/jwt-2.9…
-
In a default Parallelcluster (3.9.1) configuration it can happen that there is no `slurmdbd.conf` file:
```
Recipe: @recipe_files::/tmp/slurm_rest_api/slurm_rest_api.rb
* ruby_block[Create JWT ke…
-
```
Users/macbookpro/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/dry-container-0.11.0/lib/dry/container/mixin.rb:155:in `register': undefined method `call' for {:default=>#}:Hash (NoMethodError)…
-
Code sample that demonstrates the issue.
```
encoded_key='pQECAyYgASFYHynGYDi87vkqpFOep_onzrmNjPdVBthCuIua9pvBCssiWCBZnNAreTzLOVZrLcTrh6eh-v5GrdemuIS-bVvXrk7Wdw=='
sample_key=COSE::Key.deserializ…
-
I am working on a connection to IdPorten in Norway. We use JWTs here. I am porting some example scripts over to ruby and it seems like the python package python-jose includes verification of `at_hash`…
-
The example tokens in this library use `"alg": "ED25519"`, but the related spec seems to suggest that it be `"EdDSA"` instead.
https://tools.ietf.org/html/rfc8037#appendix-A.4
-
https://github.com/instructure/canvas-lms/blob/7d699a7e9f3db4b58daf7d7b00b60f745f0a2916/config/dynamic_settings.yml.example#L111
I spend a good amount of time trying to debug an issue where the onl…
-
I have a dependency mismatch because of the out-of-date jwt dependency:
```
Bundler could not find compatible versions for gem "jwt":
In Gemfile:
omniauth-snowflake (>= 0) ruby depends on
…
-
Currently `ascli` uses `HTTP/1`
**HTTP/2**
-**Binary Protocol**: HTTP/2 uses a binary format for data, which is more efficient for computers to parse and reduces overhead.
- **Multiplexing:** M…
-
### Issue Summary
Twilio::JWT::AccessToken only works when api keys are generated on US1 region.
### Steps to Reproduce
1. Use a IE1 API KEY and cannot be used to do an outbound call.
### Code…