Skip to content

Instantly share code, notes, and snippets.

@michaeljacobdavis
Last active May 31, 2016 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeljacobdavis/36acdce959910ae2f43171986238e094 to your computer and use it in GitHub Desktop.
Save michaeljacobdavis/36acdce959910ae2f43171986238e094 to your computer and use it in GitHub Desktop.
Access Control

Requirements

  • Protect access to pages
  • Protect functionality

Questions

  • Can users have multiple roles? No
  • Are there custom permissions? No
  • Role inheritance? No
  • Server + client? Yes

Polling?

  • Protected api on the server.
  • Protected routes on the client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment