Roman Ilin
Roman Ilin
Hello, I am building a Poem web service and for the `create_note` endpoint, I want to provide two authentication options: 1. API key authentication via header (`ApiKeyAuth`). 2. Cookie-based authentication...
There was a confusing behavior caused by the strange logic in the compiler logging. It is possible to turn off the logging only if the `log` option has been set...
This PR addresses thread-safety issues in the native bindings of the library. It replaces `Nan::Persistent` with `v8::Eternal` for constructor storage in cipher and decipher classes. The previous implementation using `Nan::Persistent`...