Make articles only accessible with the right username in url #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
j.p.hagedoorn/scardex-website#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently when you navigate to an article, the username can be any random string and the article will still show. We simply get the article by ID, which does not depend on the username. This can cause problems if certain parts of the page depend on the username. We need to validate the username to make sure that the article is only shown if the it is the correct username