Authentication in express without sessions (stateless)

Hello,

Is it possible to use Okta to secure an express REST API without using express-sessions ?
Or if not possible, how would I deal with having a load balancer potentially routing my user to a different
instance of the REST API (different machine) that does not have his session.