Using our session recipe for server to server is n...
# general
r
Using our session recipe for server to server is not recommended cause the "client server" would need to synchronise all calls to the refresh endpoint - which adds complexity to the code + causes issues if the client server's infra is distributed. A simple alternative for this kind of interaction is to use an API key instead.