Nuxt Auth Crash Course #6 - Custom Sign In Page

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • In this lesson, we'll customize our Sign In flow by creating our login page and redirecting all sign-in and sign-out logic to it instead of the default behavior of the GitHub OAuth page.
    💻 💚 Follow Along:
    - Repo: github.com/Cod...
    💻 💚 Nuxt Auth:
    - Docs: sidebase.io/nu...
    - Repo: github.com/sid...
    🐦 My Network:
    - Twitter: / codybontecou
    - Blog: codybontecou.com/

КОМЕНТАРІ • 5

  • @richcoleman4244
    @richcoleman4244 Рік тому +2

    This was EXTREMELY helpful!!! Thank you!!

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

    Thank you for real, this was amazing pretty neat as you say! 🚀🚀😎😎

  • @paaqwesilowell6141
    @paaqwesilowell6141 5 місяців тому

    The page with the huge github button is what keeps showing on my landing page. How do I customise it with my login form like you have in your tutorial

    • @codybontecou
      @codybontecou  5 місяців тому +1

      I believe it's just having a /login.vue page that overrides it.

    • @paaqwesilowell6141
      @paaqwesilowell6141 5 місяців тому

      @@codybontecou That worked thanks. I also realize I had not defined the “signIn:” property within the pages object within the NuxtAuthHandler({}) to point to the login.vue. Thank you