Answer the question
In order to leave comments, you need to log in
Do I understand authentication using JWT correctly?
there is a certain api in which requests are authorized using JWT and I need to receive data from the API, therefore I need to have a JWT token,
my
current understanding is as follows:
information about me, the user in payload and signature in which the same info is encrypted as in payload using the secret key which is stored on back
2. I save the JWT token received during user authentication and use it every time I access the API, specifying it in the headers
correctly did you understand the big picture?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question