Open Issues Need Help
View All on GitHub Web Development • Service Maintenance/Enhancement
AI Summary: The task involves implementing soft deletes for various database tables (users, workspaces, works) in a backend service, including a 3-day grace period before permanent deletion. Additionally, a decision needs to be made regarding the authentication flow for user login, choosing between the simpler ID Token Flow (currently used) and the more secure Authorization Code Flow. The choice will balance security needs with the desired seamless user experience.
Complexity:
4/5
help wanted question