authboss
authboss copied to clipboard
Change remember me cookie's name.
Stupid question maybe: I need to change the remember me cookie's name.
I'm using ab-clientstate and I can see this in client_state.go:
// CookieRemember is used for cookies and form input names.
CookieRemember = "rm"
How can I do?
This isn't currently possible! authboss-clientstate dictates nothing around this, it's all the constant value that you see there.