|
|
|
|
|
by shock-value
1894 days ago
|
|
A good option is doing both. Store a security token in localStorage and additionally store a secure signature for it in a secure, HTTP-only cookie. On your backend, verify validity of both the token and its additional signature contained in the cookie. |
|