Setup a Login Provider in Strapi

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

  • @Strapi
    @Strapi  6 หลายเดือนก่อน

    We have added additional resource that show cases how to implement the following example in Next.js 14 th-cam.com/video/UpUmIoscU0k/w-d-xo.html plus a full tutorial that you can find in this blog post strp.cc/3WbFDTK

  • @DanMalm71X
    @DanMalm71X 2 ปีที่แล้ว +8

    Great video! Would love to see how you hook it up in the front-end as well.

  • @hunterbidenafterlife
    @hunterbidenafterlife ปีที่แล้ว +6

    woulda been nice to see how ur even getting redirected to the consent screen from your front-end, kind of an essential piece missing imo

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

    It was useful to understand how to add a new provider to list.

  • @shubhamkumar-p1k2m
    @shubhamkumar-p1k2m 17 วันที่ผ่านมา

    hi,
    one issue. login with provider
    it is not creating the user

    • @Strapi
      @Strapi  7 วันที่ผ่านมา

      Did you set all your credentials correctly? That is where I had issue in the past. We need to update this tutorial for Strapi 5. It is on our to do list. But I made this on my personal channel, covering the steps for a personal project I am working on th-cam.com/video/PL-IBGTwjxw/w-d-xo.html

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

    so basically i don't need any next-auth library right?

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

    how to use this in flutter app? need some references

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

    does not work error: domain:1337/?error=Grant%3A%20missing%20session%20or%20misconfigured%20provider

  • @sonodsalimpcpc
    @sonodsalimpcpc 7 หลายเดือนก่อน +1

    the repo code please?

    • @Strapi
      @Strapi  6 หลายเดือนก่อน

      I recently created a new example covering this topic with Next.js and a new version of Strapi. You can find the video here How To Setup GitHub Auth Provider With Strapi and Next.js
      th-cam.com/video/UpUmIoscU0k/w-d-xo.html It also includes the repo with the code.

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

    very useful,Has any plan to connect Mattermost with there OAuth 2.0 service?

  • @forbidden_programmer6490
    @forbidden_programmer6490 2 ปีที่แล้ว +4

    Can you make a video of creating form (with questions like, lets say: first and last name, hobby, age or w.e) with "payment" for submitting that form (so you can see in "backend" aka strapi admin panel that XYZ form and that status is "paid". Cheers!

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

      Please!

  • @park-tf9xd
    @park-tf9xd 2 ปีที่แล้ว

    Can you do a demo of strapi with websocket

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

    🔥

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

    Not sure if Strapi hires these developer advovates or they are community helpers, because if Strapi is hiring them, they are doing a very poor job. A actual next js or react example with source code ..no wonder directus is doing so well.

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

    Its great and all but please ... raise the volume or speak louder ... i can barely hear you ...

  • @kaynkayn9870
    @kaynkayn9870 6 หลายเดือนก่อน

    Took me 2 hours to set this up since this is the worst guide I've ever seen. Had to figure it all out myself. Insane.

    • @Strapi
      @Strapi  6 หลายเดือนก่อน

      Thank you for your feedback, what exact issue did you run into?
      I will work on creating an updated guide, your feedback would be greatly appreciated. - paul

    • @kaynkayn9870
      @kaynkayn9870 6 หลายเดือนก่อน

      @@Strapi 1. You did not include the "login react" code in the description. 2. Even after finding it on github, it was difficult to run given how old it is. 3. I had to make it work for next js given the example.
      I'm working with next js so I had to figure out how to do the provider redirect myself. This would all be solved by simply having a sample code that runs well. If I wanted to use next auth, there are so many sample code I can look at. This file is here and here, code looks like this, and I can copy it over to my project. Here, strapi was simple to set up, but making it compatible with the website required so much time to figure out.

    • @Strapi
      @Strapi  6 หลายเดือนก่อน

      ​@@kaynkayn9870 Hey, it's Paul.
      I understand your frustration, and due to your comment, I made a new video and project resource; here is the link to the repo, and the video will be out later today.
      github.com/PaulBratslavsky/strapi-5-next-provider-demo
      I will update this video with a note pointing to a new example.
      I also updated the old example code to use React with Vite and React Router 6;
      I need to push it to the Strapi repo.
      github.com/PaulBratslavsky/strapi-provider-example-react
      Thanks again for your feedback.

    • @Strapi
      @Strapi  6 หลายเดือนก่อน

      Here is the updated video th-cam.com/video/UpUmIoscU0k/w-d-xo.html

    • @kaynkayn9870
      @kaynkayn9870 6 หลายเดือนก่อน +1

      @@Strapi I tried to comment on the video but sadly youtube auto remove them. I watched through and really like how simple it is to follow. Love the commitment you put in. Only thing I would add is that you can do dynamic routes on nextjs so you can add/remove providers very easily without making more redirect files.