Update Docs - Authentication
This commit is contained in:
parent
44d160f53e
commit
babed8d7bb
@ -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
BIN
img/authentication.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
Loading…
Reference in New Issue
Block a user