Difference between Forms based authentication and Token based Authetication
问题 How to decide which authentication to use for authentication. (Ex: Forms based Authentication or Token Based Authentication). What are the merits of using Token based Authentication over forms/session/cookie based authetication. I have read multiple articles online but still unclear. Can anyone explain me how to choose between these two for web and mobile platform user authentication. 回答1: JWT is better unless you have a specific need that I'm not aware of. Session requires cookies and