Computer Science, asked by shalu1006, 1 year ago

Difference between cookie based authentication and token based authentication

Answers

Answered by manishkr620520
0
So, that's the difference between cookie based and token based, the latter uses Web Storage.Token based authentication isstateless, server need not store user information in the session. ... One of the primary differences is that cookies are subject to Same Origin Policy whereastokens are not.
Similar questions