tekul
tekul
This parameter controls whether the user is asked to reauthenticate or not, amongst other things. See http://openid.net/specs/openid-connect-core-1_0.html#AuthorizationEndpoint
Since the JWT is now parsed in advance, before decoding, none of the existing error codes really make sense for this stage (or can't be applied, since attoparsec returns an...
I'm installing reroute-0.4.1.0 as a dependency as part of a nix environment and installation fails with the following test error: ``` test/Web/Routing/SafeRoutingSpec.hs:84: 1) SafeRouting Spec should handle multiple possible matches...
The current APIs are of type `String -> String`, but it seems that in most cases base64 encoding would be used on primitive byte arrays rather that UTF-8 encoded strings....
This will be analogous to SList (which should probably be renamed to ListN).
Just a minor question. When I run hackage-local, the encoding for keys and so on seems to all be in Base64, but [the TUF spec](https://github.com/theupdateframework/tuf/blob/develop/docs/tuf-spec.txt) shows everything as hex-encoded. To...
Using neovim with nightly rust and rust-analyzer-preview: ``` rustc 1.58.0-nightly (baba6687d 2021-11-03) rust-analyzer 04f03a3 2021-11-03 dev ``` [LSP log with details](https://github.com/rust-analyzer/rust-analyzer/files/7476623/lsp.log). I don't have a minimal reproduction yet (or public...
I'm using PBE within a webapp to encrypt data on a per user basis. This appeared to work Ok, but I noticed my app was dying with an OOM error...
This was already mentioned in #40 but I think it still applies. From looking at the code, it seems that the cookie is just the serialized `Session` instance and as...
Seems like the code could be simplified by just removing this. https://github.com/rtfeldman/elm-spa-example/blob/c8c3201ec0488f17c1245e1fd2293ba5bc0748d5/src/Main.elm#L280