You are not logged in.
Pages: 1
When i ahould be use this in rest options?
Offline
You should not use it in most cases.
It is for advanced use only, to speedup the session validation, which is done only once for each TCP connection.
But checking the signature and its session validation is fast enough in practice.
Never use it anyway outside of a safe encrypted channel, like TLS or mORMOT encrypted websockets, which avoid any MiM attacks.
Offline
Tnks. I will study Better the auth mechanism I want jwt with authuser and authsession control.
Offline
Pages: 1