I have a small project that I'm making for school which is a music player in python 3.11. I have made a checkbox on my login page for Remember Me, but I don't actually know how I'm supposed to remember the user.
As this isn't a web app, I can't use cookies and that's as far as my knowledge goes when it comes to this sort of thing. Is there some sort of cookie for a computer which I can recognize users that way?
Thanks!
I looked online on some ways to do it and what I've seen was using HTTP and protocols which I don't think is relevant to my situation? But maybe I'm wrong, either way I'd love feedback.