Update Docs - Authentication

This commit is contained in:
francesco 2021-12-16 16:28:20 +01:00
parent 44d160f53e
commit babed8d7bb
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Authentication
Client - Server communicates via API (stateless) so that the old fashioned Session can't be used.
To authenticate, the Server sends a JWT to the client which contains medatada.
The Token is encoded and only the server can evaluate if the token is valid or has been modified.
The Client stores this token in it's local storage, typically in the browser storage.
<img src="../img/authentication.png" alt="authentication" width="800"/>

BIN
img/authentication.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB