Daniel C
Daniel C
Hi, I have to do a security compliance audit on the liberator to get it accepted for use in the company I work for right now. What does liberator comply...
Hi, Following #73 , to generate random data for test input, I wrote a script to generate a csv with random data for my tests. I want to include an...
The authHandler now is agnostic of the synchronous / callback / promise implementation styles. Documentation only provides examples for the synchronous parts. Make visible the fact that the handler can...
The client and server methods should support promises. I hit this while I was writing the tests for the Cookie and JWT Authorization Feature. Calling a method on the server...
Hello @pocesar, We would like to be able to specify different types of authorization, like Bearer Token or Cookie. How can we specify these types of authentication headers in the...