I have created the /auth endpoints and gotten them working. But in the documentation: https://docs.nestjs.com/security/authentication
It simply tells you to reply to the HTTP request with the auth_token. Here's what I don't understand - shouldn't we be sending back a cookie? Or something? Also doesn't the auth_token expire quickly? How do you refresh it? I bought the authentication course but have no idea when it's going to actually come out.
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).