Nuxt Auth Crash Course #3 - Configure Github Credentials

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 11

  • @mod__08
    @mod__08 ปีที่แล้ว +1

    Hey Cody, Just wanted to say thank you for the awesome content around nuxt 3 you provide for free!! Also watched your video about nuxt 3 with trpc 💪
    Alreay looking forward to your next videos! 😊

  • @draggingtheshutter
    @draggingtheshutter ปีที่แล้ว

    Thanks! This helped me allot

  • @بهزادصادقی-م5م
    @بهزادصادقی-م5م 10 หลายเดือนก่อน

    i have this error : [worker reload] [worker init] Package subpath './core' is not defined by "exports" in ....

    • @irvingriosortiz
      @irvingriosortiz 10 หลายเดือนก่อน

      I had the same error. A current workaround is pinning to next-auth to v4.22.5 if you're using a version like 4.24.5

    • @triho9784
      @triho9784 8 หลายเดือนก่อน

      you may fix it by inserting into "exports" : {} part with this
      "./core" : {
      "types" : "./core/index.d.ts",
      "default": "./core/index.js"
      },
      in node_modules/next-auth/package.json

  • @JoshuaHolmes-f2g
    @JoshuaHolmes-f2g ปีที่แล้ว

    How did you stop the red underline for the '#auth' at the top? I still have this within my code. "Cannot find module '#auth' or its corresponding type declarations.ts(2307)"

    • @paulgaida4165
      @paulgaida4165 ปีที่แล้ว

      same issue here

    • @paulgaida4165
      @paulgaida4165 ปีที่แล้ว

      I've deleted package-lock and node_modules and reinstalled everything from scratch and it works. well some dependency issue I guess. dependencies I'm using "@sidebase/nuxt-auth": "0.6.0-rc.1", "nuxt": "^3.8.1",

    • @НикитаТимошенко-ф2м
      @НикитаТимошенко-ф2м ปีที่แล้ว

      npm i next-auth@4.21.1 and problem will solve :)

  • @ThapakornTantirattanapong
    @ThapakornTantirattanapong ปีที่แล้ว +1

    Unfortuntely, NuxtAuth does not support SteamID.

    • @codybontecou
      @codybontecou  ปีที่แล้ว

      Ah, from what I've read, Steam doesn't support Oauth.