neilenns / react-access-code-map

Access code map written using React
MIT License
0 stars 0 forks source link

Add user permissions #48

Closed neilenns closed 1 year ago

neilenns commented 1 year ago

Fixes #43

Adds a create, edit, and delete permission to users. Those actions are blocked if the user doesn't have permission, on both the API call via middleware and in the UI via hiding/disabling buttons.