Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protect all API requests from public access #17

Open
marsbergen opened this issue Jul 24, 2024 · 0 comments
Open

Protect all API requests from public access #17

marsbergen opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@marsbergen
Copy link
Member

marsbergen commented Jul 24, 2024

Functional Requirements

  • To avoid any unregistered users to view our data we need to have our API's protected

Technical Requirements

  • Protect all endpoints with the authentication handler
  • All endpoints may only be accessible by providing a valid JWT
  • Users should be able to sign in with a valid preregistered username and password combination
  • Public sign ups shouldn't be possible since we are still in MVP stage.
  • Chat related API's and Contact related API's should be protected by their own permissions
@marsbergen marsbergen added the enhancement New feature or request label Jul 24, 2024
@infowijs infowijs locked and limited conversation to collaborators Jul 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant