pierre-vigier

Results 3 issues of pierre-vigier

Related to #131 , First POC and draft of an implementation strategy

In the OpenID Connect provider, it's not possible to change the http Client used to fetch the discovery url. ```go openidConnect, _ := openidConnect.New(os.Getenv("OPENID_CONNECT_KEY"), os.Getenv("OPENID_CONNECT_SECRET"), "http://localhost:3000/auth/openid-connect/callback", os.Getenv("OPENID_CONNECT_DISCOVERY_URL")) if openidConnect !=...

The online Try! functionality is packing -128, -32768, -2147483648 differently than other implementation. -128 with the online tool is encoded as "d1 ff 80" where as other implementation encode -128...