RisingStack / protect

Proactively protect your Node.js web services
MIT License
401 stars 23 forks source link

Do you have plan to support Koa2 Async/Await? #4

Open JamesnaW opened 7 years ago

gergelyke commented 7 years ago

we can add it easily - actually, you just have to expose the rules to a koa2 middleware. would you be up for contributing it? :)

gergelyke commented 7 years ago

@JamesnaW added failing test cases for koa here: https://github.com/RisingStack/protect/pull/7/files Let me know if you'd like to take it on