-
This library does not support the required and best practice authentication mechanism of the "JWT Bearer Flow" https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_jwt_flow.htm&language=…
-
Hello, the maintainer of [json-jwt](https://github.com/nov/json-jwt) contests whether it is even possible to [create an application that is vulnerable to CVE-2023-51774](https://github.com/nov/json-jw…
-
Is there support for JWS Unencoded Payload Option (RFC 7797) for signature calculation using this library? More details can be found here: https://tools.ietf.org/html/rfc7797
-
これを参考
[有効期限の検証](https://blog.shimar.me/2017/02/10/ruby-jwt.html)
expクレームで指定した有効期限を超過したトークンをデコードすると、JWT::ExpiredSignature例外が送出される。
-
### Describe the problem as clearly as you can
With `bundle config auto_install true`, it's possible to have bundler gem dependencies activated during the auto_install that conflict with wh…
-
NB : I've followed https://auth0.com/blog/authentication-in-golang/ for the steps so far, rather than clone the repo. I'm using Windows10, Golang 1.17.1, Visual Studio Code (Recent)
1. Node.js need…
-
Yesterday: Added support to `ruby-jwt` for bitcoin's elliptic curve algorithm. Started working on adding Blockstack log in to the forum. Created storage app
Today: Resolved a bug on macOS and made …
-
It would be great to support OAuth JWT Flow so that a refresh token doesn't need to be managed and users can be impersonated after app approval.
This feature was also asked for on https://salesforc…
-
# The Problem
## My Setup
__Operating Ststem:__ wsl2-debian12
__Ruby Version:__ ruby 3.1.2p20
__scope_mapping.yml:__
```yaml
---
idsc:IDS_CONNECTOR_ATTRIBUTES_ALL:
- securityProfile
…
-
![Screenshot 2023-02-18 at 22 02 06](https://user-images.githubusercontent.com/38776747/219923248-b74f4859-7853-431b-88fd-0f97f22099fe.png)
Json deserializing breaks when "aud" is null like in this…