Jan Algermissen
Jan Algermissen
This a note that I started working on WWW-Authenticate in case someone else does, too.
When registering a route with GET /test and I send a POST request to /test, the return is 404. It should be 405 Method Not Allowed.
If I am not mistaken, the example regarding the proxying solution will create a new client per request in https://github.com/mehcode/shio-rs/blob/master/examples/proxy/src/main.rs#L19 If I am correct - how would this be done...
Hi, this is awesome work!! I was just about to start a micro services kit myself but luckily found your effort today. I am looking for some tiny layer on...
Currently, ext data ist not escaped correctly when added to the HMAC base string or header strings.
Library clients should not need to use fixedTimeEqual outside hawkj - add a body hash validation method to HawkContext: ``` String body = response.readEntity(String.class); assertEquals("Test",body); String contentType = response.getMediaType().toString(); assertEquals("text/plain",contentType);...
There are currently some ugly named interfaces (xx_A,xx_B, etc.) to make the builder work naturally in an IDE. These should definitely be renamed.
Implement a useful error reporting so that users of the library can deal with e.g. clock skew 401s in efficient way.
hawkj currently does not support the dlg and app Authorization header parameters.
This is currently missing and hard coded. Needs to become another builder method in the context.