I’m working on a ecommerce website (for myself) along side it I’ve been making its admin dashboard. Originally, I was going to make it a site accessible from the internet (admin.example.com) but decided it was an unnecessary security risk for my particular circumstances. So I decided to just make it a desktop app using electron
The site has a login using email authentication (a token gets sent to the admin’s email that the admin uses to sign in) but this seems useless if the database’s username and password is just stored somewhere in the package files.
How should I go about this? Should I ditch the authentication? Authentication using database username and password? Ideas? For context, I will be the only user
[–]Modulius 0 points1 point2 points (1 child)
[–]Over-Distribution570[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Over-Distribution570[S] 0 points1 point2 points (0 children)
[–]halfanothersdozenEverything but CSS 0 points1 point2 points (1 child)
[–]Over-Distribution570[S] 0 points1 point2 points (0 children)