Commit Graph

3 Commits

Author SHA1 Message Date
R. Tyler Croy c6ce54ee87
Add support for restricting access via grants
Fixes #4
2018-09-20 17:06:42 -07:00
R. Tyler Croy 997fb0610e
Incorporate some basic access control based off of GitHub username
This ensures that only those in the `grants` table can access specific pages.

For now this only supports wildcard grants, `*`, but in the future I expect to
restrict queries based on the type of grants made to the given user.
2018-09-12 08:42:06 -07:00
R. Tyler Croy 13bd07e810
Configure sequelize and generate the first (and likely only) model: Event 2018-09-09 21:34:44 -07:00