I developed a react frontend displaying info and projects (simple website). Now I want to develop a way to allow the admin to edit/add content/projects.
Users don’t need to login. I will create the backend using .NET
Should I create a hidden login page (only accessible through /login route) in the same domain?
Create it in another domain?
What is the more professional way of doing it?
Thanks
New contributor
Vinhanova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.