NestJS Tutorial #13 - Sessions

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 11

  • @unhandledexception1948
    @unhandledexception1948 10 місяців тому

    great video Anson, always impressed by your deep insight into this framework

  • @urmilxxx
    @urmilxxx 2 роки тому +2

    how do you put session into Redis cache?

  • @faizansikander4514
    @faizansikander4514 10 місяців тому

    I have done the same coding but I didn't get Cookie in my Postman, can anyone help?

  • @ровойт
    @ровойт Рік тому

    can we build big scale projects on nestjs, like using springboot?

    • @ansonthedev
      @ansonthedev  Рік тому +1

      Yes you can. Lots of companies do use Nest.js and it's a very popular Node.js Web Framework.

    • @ровойт
      @ровойт Рік тому

      thanks i'll learn nest@@ansonthedev

  • @sheyzi_
    @sheyzi_ 2 роки тому

    How do you refresh session?

    • @killerdroid99
      @killerdroid99 2 роки тому

      well you don't actually need the refresh a session as it is not like a jwt that gets sent to the frontend

  • @AliAliOxenFree
    @AliAliOxenFree Рік тому

    the cookie stuff is kinda confusing, this tutorial requires a bunch of re-watches

    • @brendon205
      @brendon205 Рік тому

      It's like maitaining states in a client, but in the API, but that actually goes against RESTful API principles