Cognition and use of JWT

whether JWT belongs to front-end technology or back-end technology
what I think now is that JWT is generated by the back-end, transferred to the front-end storage, and written in the request header for data transfer verification.
is that right?


and before returning a token request carrying token steps are basically the same
backend to generate front-end carrying request
Menu