Reads the JWT session cookie from the request and returns the authenticated token subject id without loading the user profile.
The incoming request object.
The JWT subject id when the token is valid; otherwise null.
Reads the JWT session cookie from the request and returns the authenticated token subject id without loading the user profile.