In NestJS, what is the risk of storing JWT refresh tokens only in memory on the server side?
-
A
They are lost on process restart and cannot be revoked across instances
-
B
They are automatically shared between microservice nodes
-
C
Memory storage is slower than database storage for token lookups
-
D
NestJS Passport strategies do not support in-memory token stores