Nuxt Auth Crash Course #11 - Custom User Data

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • In this episode, we explore how to extend the user's session data to check if they are subscribed.
    💻 Follow Along:
    - Repo: github.com/Cod...
    💻 Nuxt Auth:
    - Docs: sidebase.io/nu...
    - Repo: github.com/sid...
    🐦 My Network:
    - Twitter: / codybontecou
    - Blog: codybontecou.com/

КОМЕНТАРІ • 7

  • @paaqwesilowell6141
    @paaqwesilowell6141 4 місяці тому

    How do I get the raw jwt token within the callback?

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

    can you tell me which extension you used on visual studio code like you write callback and showing callback description. so which extension you used?

  • @leowivhagen7751
    @leowivhagen7751 9 місяців тому

    Greate video!
    Do you know if there is a way to force nuxt-auth to present the provider login screen
    every time you press logi, instead of just instant redirecting?

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

    nice video. Could you make tutorial auth js using custom bearer provider?

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

    Could you make video refresh token with nuxt auth

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

      Hey - check out Next-Auth docs authjs.dev/guides/basics/refresh-token-rotation#server-side. It looks like they have a perfect example showing you how to do this. Lmk if that doesn't work for you and then maybe I can record something.