Closed tycrek closed 1 year ago
Endpoints I believe ass should have for multi user suport:
Probably would be nice to add a key to the user object like apiReadAccess and apiWriteAccess which defaults to true on the FIRST USER MADE ONLY and can be modified to be true/false using the modify user endpoint. This will allow us to protect the APIs important routes w/o dealing with api keys. Users secretkey can be the API key.
Description
Allow easier management of users (creating/deleting/modifying). API routes will be available for frontend devs.