How to Authenticate Next.js with WPGraphQL using JWTs - Next.js + Headless WordPress [ part 16]

Поделиться
HTML-код
  • Опубликовано: 20 мар 2023
  • This video shows you how to authenticate the Next.js frontend with the WPGraphQL API using JSON Web Tokens (JWTs).
    Learn more: jwt.io/introduction
    Website: www.coralnodes.com
    ---------------------------------------
    Server providers:
    Linode: www.coralnodes.com/go/linode/
    DigitalOcean: www.coralnodes.com/go/digital...
    -------------------------------------------------------------
    Disclaimer:
    This video is based on my personal experiences and knowledge. There is no guarantee that the information shared is 100% accurate.
    Disclosure:
    This video and its description may contain affiliate links, which can earn us commission if someone purchases products using those links.
  • НаукаНаука

Комментарии • 11

  • @CodingReflections
    @CodingReflections  Год назад

    This video is about authenticating the frontend server (running Next.js) with the backend server. Don't confuse it with the typical user authentication. Also, not all WPGraphQL mutations require authentication. For instance, you can create comments unauthenticated, without a valid bearer token.

  • @vinoopb
    @vinoopb Год назад +2

    Hi Abhinav, great series, much needed and helpful. I would request you to please add a video on making this site full responsive, optimised for mobile views. Keep posting more such content, thanks!

  • @Geomaverick124
    @Geomaverick124 Год назад

    I've been following the series. keep up the good work

  • @edwinjacobjoy2080
    @edwinjacobjoy2080 Год назад

    Thank you for the tutorial 😃

  • @ruslanyusupov793
    @ruslanyusupov793 10 месяцев назад

    Thank You so much. That's helps a lot

  • @borisbarzotto5785
    @borisbarzotto5785 10 месяцев назад

    Very nice explanation Abhinav! 👏

  • @mrchedda
    @mrchedda 2 месяца назад

    Hey. Thanks for the video! Question... can you fetch non HTML value for content or excerpt with authentication? Also.. can you add the wp-config.php constants by SSH-ing to the WP staging instance or does it have to be a custom hosted WP instance? Thanks!

  • @gindaka_x
    @gindaka_x 7 месяцев назад

    When I turn on authentication, the "Load More" button causes an error and does not load.

  • @wilonweb
    @wilonweb 6 месяцев назад

    Hi
    My site is slow. Is it due to my code, or will there be something later that can speed up the site? It takes a few seconds before a page is displayed.

  • @nutonchakma9626
    @nutonchakma9626 Год назад +1

    When the next videos

    • @CodingReflections
      @CodingReflections  Год назад

      Four more videos planned in this series, during this week and the next - 1) comments using mutation, 2) on-demand revalidation 3) yoast seo integration 4) adding custom fonts