Sometimes I use my free time to discover something new (or new for me).
This time it should be the JSON Web Token.
After the first consideration, I didn't understand the use of it at all...
I (the server) create a token (Header. Payload), make Base64 out of it, and add a signature by hash with a key.
<div style="text-align: justify;"> OK, so far so good. If I send this token to the client, the
Weiterlesen...