aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
774 stars 56 forks source link

remember me cookie based on app name #76

Closed LostKobrakai closed 4 years ago

LostKobrakai commented 4 years ago

The default name for the session cookie in phoenix is based on the name of the app and it makes it easy for multiple local projects to all run at localhost:4000 without cookies getting mixed up. I'm wondering if it would make sense to do the same for the remember me cookie?

josevalim commented 4 years ago

@LostKobrakai definitely, PR please!