We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is checking for auth & role auth, at the template level still recommended?
Eg, been looking at some examples on the mantra project, and some of them do auth in the action of flow router
action() { if(!Meteor.userId()) { FlowRouter.go('/login'); } }
Could this be used to check roles too? Or should we just opt for template level checks of auth?
The text was updated successfully, but these errors were encountered:
Use template/component level auth.
Sorry, something went wrong.
Hi, I've made related issue here: kadirahq/mantra#153
No branches or pull requests
Is checking for auth & role auth, at the template level still recommended?
Eg, been looking at some examples on the mantra project, and some of them do auth in the action of flow router
Could this be used to check roles too? Or should we just opt for template level checks of auth?
The text was updated successfully, but these errors were encountered: