Hi everyone, I'm facing this question. I'm writing a task list (ASP.NET API + React JS).
I'm wondering if I should implement registration and login (password reset), JWT, and authorization for roles.
I also have a question: if I implement login and registration, I'll need to reset the password, but what should I use for that?
And is it even worth doing all this if this project will be used in my portfolio, and I'll be gaining development experience from it?