Hello all!
I’m working on a full-stack project of mine, a journaling app, and I want to create a demo account to give access to the functionalities when I show my project around.
I’m having a hard time finding resources on that, anyone could point me in the right direction?
Right now, I’m displaying a note with credentials to use to log in. Not very safe.
Thanks for the help!
I admit I’m not super familiar with web stuff but from my understanding, the user puts their username/password in a form that gets submited to the server, the server calls the db to validate that that user/password combination are in the database. My thoughts would be to add a user to your db with name like demo and insecure password like password. that’s how I would do it. I don’t know how your project authenticates users though.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.