abrobbins90 / groceries

Menu Organizer
1 stars 1 forks source link

Enable "Remember Me" #14

Open abrobbins90 opened 4 years ago

abrobbins90 commented 4 years ago

Allow users the option not to have to log in every time. Cookies? Authentication token? MAC address?

MareoRaft commented 4 years ago

Cookies are traditional. You can set an expiration date on the cookie for however long you want, and the user can clear the cookies if they need to force the issue.

I don't know what an auth token would entail.

I suppose a MAC address would allow you to stay logged in despite switching browsers, which is interesting.