kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 116 forks source link

Go through all Auth hooks #294

Open logvik opened 6 years ago

logvik commented 6 years ago

For example, if you have enforced email verification, then you need to use validation after login. This patch adds this feature.

162