How JWT Authentication works?
What is JWT?
JWT stands for 'JSON Web Token', So they are a stateless solution for authentication in which there is no need to store any session state on the server which is again perfect for restful APIs because restful APIs should be stateless ever...
abdulkhan.hashnode.dev3 min read