aadamowski

Results 4 issues of aadamowski

If the Readium object were reused for opening books, we would be able to install cleanup logic on the `openPackageDocument()` method, as an initial step before opening a new EPUB...

priority:Medium
type:Enhancement
func:Resources
func:Documentation
func:JavaScript
func:Memory
browser:ChromeExtension
browser:CloudReader

In current mongoose-auth version, when trying to authenticate using the password module against an non-existent account, one gets an error "User with login... does not exist". It's considered bad security...

Hi! I propose to revert the change that introduces Express autodetection while making helpExpress() a NOP function. Autodetection doesn't work for all usage scenarios and crashes working applications - see...

It seems that the approach for Express autodetection is by patching the connect's HTTPServer use() function in memory: https://github.com/bnoguchi/everyauth/commit/b854bc5b3ea9709305a8cb7e90a1870600d86fa0#index.js For some reason this doesn't work in my application, which uses...