sillsdevarchive / languageforge-mongo-2022

(archived) language forge experimental code with mongo (false start)
MIT License
0 stars 0 forks source link

Create project context from route and authorize based on user context #14

Closed myieye closed 1 year ago

myieye commented 1 year ago

Fixes #15

1) Create a Project-Context that can be injected globally to determine the current project. 2) Add a project-access policy that verifies the current user has access to the project

myieye commented 1 year ago

Implemented in #18