I’m currently working on a project to make data entry easier for myself, I have sql tables set up in an azure database, and i can write python code that adds data to them easily enough, but what i …
Tag: web-applications
What are best practices for login and passwords when there is only one user?
I feel like there’s a lot of information for developers on protecting user information when there are multiple users who each need to have their passwords stored. But what if there is only 1 user? A sign up page wouldn’t be needed as you could set the username and password yourself. I’m basically making a nicer view for database stuff