knownasilya / just-auth

Simple token based authentication for Express.js
ISC License
3 stars 0 forks source link

support returning promises in user supplied methods #6

Open knownasilya opened 9 years ago

knownasilya commented 9 years ago

What's the best way to go about doing that @calvinmetcalf?

calvinmetcalf commented 9 years ago

do a Promise.resolve() on whatever they return