Kaikei-e / CurioNoah

CurioNoah is a set of applications that arouse curiosity and help you explore through intellectual pursuits.
MIT License
1 stars 0 forks source link

TODO: implement basic auth and user switching functionality. #6

Open Kaikei-e opened 1 year ago

Kaikei-e commented 1 year ago

Until now, I had only considered this for personal use. However, if it is to be a comprehensive product quality application, it is essential to have a feature for managing RSS feeds for each user. Therefore, I plan to implement user authentication (since I only anticipate usage on local machines at this point, I'll use Basic authentication for convenience) and manage feeds for each user. I also plan to control and manage situations where multiple users have registered the same RSS feed, including the count of favorites and registrations.