Add password protection #37

Closed
opened 2025-09-24 09:04:05 +02:00 by jriou · 0 comments
Owner

Protect notes by an optional password.

  • Use bcrypt to store and compare hashes
  • Password must be sent using a POST (via a form in the web, or a direct POST on the API)
  • Notes with password hash accessed by using the GET method must return an errorr
Protect notes by an optional password. * Use bcrypt to store and compare hashes * Password must be sent using a POST (via a form in the web, or a direct POST on the API) * Notes with password hash accessed by using the GET method must return an errorr
jriou self-assigned this 2025-09-27 08:35:45 +02:00
jriou referenced this issue from a commit 2025-09-27 08:37:01 +02:00
jriou closed this issue 2025-09-27 08:37:01 +02:00
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: jriou/coller#37
No description provided.