Skip to content
New issue

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

What is suggested way of implementing security in a nodal API? #293

Open
vonwao opened this issue Sep 2, 2016 · 0 comments
Open

What is suggested way of implementing security in a nodal API? #293

vonwao opened this issue Sep 2, 2016 · 0 comments

Comments

@vonwao
Copy link

vonwao commented Sep 2, 2016

It seems that every app will need some kind of authorization system, whether it's based on Roles, or something else. Some ways it's implemented in other frameworks:

  • sailsjs: Policies
  • firebase: .read/.write
  • meteor: allow/deny (and roles via third-party packages).

NOTE: I found an Authorizer object in documentation with #definePermission #permissible #permission functions. But I cannot find any examples of how this object or these methods are supposed to be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant