Rafal Lewczuk

Results 4 issues of Rafal Lewczuk

Implement [JWT Authorization Grant](https://datatracker.ietf.org/doc/html/rfc7523#section-2.1) as defined in [RFC 7523](https://datatracker.ietf.org/doc/html/rfc7523).

type: enhancement
status: on-hold

### Bug description ```shell This example from programmer manual works: struct MyPair: var first: Int var second: Int # We use 'fn' instead of 'def' here - we'll explain that...

bug

This PR implements detailed logging of prompts and responses. Also, it provides configuration options to enable or disable either API logs or prompt logs. Note: by default prompt logging is...

Hi, This patch fixes problem with handling multiple Accept headers. Ring spec states that multiple headers are represented as vectors, thus accepts-gzip? function was throwing ClassCastException in some situations. Note...