#authentication strategies two services?
8 messages · Page 1 of 1 (latest)
No
Just share your JWT secret with the other service(s) and have it call jwt.verify(..) 
So what information do you store in the JWT token then?
I've been under the impression you only store minimal data like the user ID
so if I wanted more details of the user I'd still have to make a request to the main server
but I guess that is conditional
Correct