Make articles only accessible with the right username in url #7

Open
opened 2023-08-23 14:48:26 +00:00 by dexterdy · 0 comments
dexterdy commented 2023-08-23 14:48:26 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
j.p.hagedoorn/scardex-website#7
No description provided.