JWT stands for JSON web token. It is a stateless solution for authentication. There is no need to store any session state on the server. Which is perfect for restful API as Restful API must always be stateless. JWT gets a lot of hate from the crypto ...
prklm10.hashnode.dev3 min read
No responses yet.