Echo JS 0.11.0

<~>

egecan 3776 days ago. link 3 points
First of all, a question: I didn't see an obvious way to interrupt and check for permissions when clients make a request. Method validations look good but where do I get the session to check?

Well, other than this, it really looks great. Looking forward to further development. Best luck to the author.
facundo.olano 3776 days ago. link 3 points
Thanks for the reply! 

We've doing some development in authentication and authorization in the past few weeks. Although we still have to decide on the recommended way to handle it (and document it), it does play along nicely with passport, and an authentication method can be easily implemented with an express middleware.