Do you really need JWT based authentication at back end?

Neo Liu
5 min readOct 20, 2019
Do you really need a JWT token?

For many developers who first knew JWT authentication, the confusion isn’t about “How” but “Why”.

In order to understand if your web server really needs JWT authentication, you first have to understand how an authentication process works and what a normal token authentication is.

--

--