I have an application which is only for personal use. I am the only one using this app.
The app has a backend and a frontend. The backend is hosted on Railway so it has free domain and SSL. The API endpoints are authenticated using HTTP basic auth.
Is basic auth enough?I've read many times why basic auth is not good. But do I really need to switch to a better authentication like OAuth? Since this is only a personal app, I don't know if it's worth all the trouble.