Login page/popup needs to be created and configured to:
- Allow access only to team members on WebAPI Client Swagger endpoints
- Restrict the edit button from anyone outside of the team/organization
Will probably need to add a table in one of the databases to hold creds of all team members and use an API request endpoint to access this table to authenticate the login
Login page/popup needs to be created and configured to:
Will probably need to add a table in one of the databases to hold creds of all team members and use an API request endpoint to access this table to authenticate the login