ASP.NET Identity or custom?
Hello, I have a question. I'm quite a beginner programmer and I would like to write a small project for a hotel management system as a web API. I decided to start the project with functions such as registration, login, etc. And here is my question: Is it better to use the Identity package or to write these basic things like registration, login, token authentication using JWT, etc. by myself?