Hi,
I need to make a basic user management system for my application using Sinatra but I'm not sure how I should think about it.
It needs to:
Register User
Login User
How should I think about it? This shouldn't be hard, I'm just very new to all this.
Thank you.