DraxCodes / DraxCodes/BlazorPaste
👤Anonymous Pastes
Open
enhancement
- Dominant language
- C#
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
User should be allowed to create a paste anonymously (without logging in).
We currently store the pastes in the user_pastes table, this requires the user to be logged in to work.
Ideally we would have a condition that checks if the user is logged in or not, if not the paste should be placed in the Anonymous Pastes table. If they are logged in, use the current logic.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.