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

Validate all Permissions and Guards #134

Open
NicolasDontigny opened this issue May 2, 2024 · 1 comment
Open

Validate all Permissions and Guards #134

NicolasDontigny opened this issue May 2, 2024 · 1 comment

Comments

@NicolasDontigny
Copy link
Collaborator

NicolasDontigny commented May 2, 2024

(filled in by @Samuel-Therrien-Beslogic )
We need to validate that routes (including APIs) are only accessible to:

  • logged in users
  • users of the proper level (visistor, admin, super admin)
  • Can only modify their own orgs, sites, posts, etc.
@Samuel-Therrien-Beslogic
Copy link
Contributor

Whilst on the subject of security, let's review our password storing process as well. It's probably fine if completely handled by Django. But let's validate just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants