System: OS: Linux 5.15 Debian GNU/Linux 11 (bullseye) 11 (bullseye) CPU: (8) x64 Intel(R) Core(TM) i5-10310U CPU @ 1.70GHz Memory: 9.52 GB / 15.39 GB Container: Yes Shell: 5.1.4 - /bin/bash Binaries: ...
I have a NestJS backend that exposes an API for authentication, that returns 2 jwt tokens: access and refresh token. In next-auth i am able to get these tokens from Nest, I set the access token to the ...