Supabase Auth Deep Dive Part 5: Google OAuth Provider

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 36

  • @stevebolman6518
    @stevebolman6518 2 роки тому +5

    A nice new feature is that the "Authorized redirect URI" is available to copy from the Supabase Authintication/Auth Providers dialog (where you are going to paste the Client ID and the Client Secret). Nice touch Supabase.

  • @ericpodhorecki5427
    @ericpodhorecki5427 3 роки тому +7

    People making tutorials always forget one thing: The "WHY?" is more important than the "HOW?". People who understand everything in this video actually don't need this video. Tutorials should be learning tools. And there is no learning without understanding. Firebase has GREAT tutorials. Please, make sure you guys provide new developers like me the tools we need to build supabase project!

    • @sarcasticdna
      @sarcasticdna 3 роки тому

      +++

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

      Man I feel this comment and well said… I had made a similar comment on a no code app builder video because I realized a lot of these seasoned developers forget who they are making the tutorials for and end up using language only developers understand

  • @iiiBog
    @iiiBog 3 роки тому +4

    What the difference in implementing same Google Sign In functionality for Flutter, should I create additional OAuth Android and iOS clients in google console?

  • @Eltonlin1998
    @Eltonlin1998 3 роки тому +6

    2:01 is crucial for Github OAuth, in case anyone misses it in the documentation

  • @aurelianspodarec2629
    @aurelianspodarec2629 2 роки тому +2

    One of the best tutorials :)
    Just need to make more of them, but these are good

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

    Do you have a new video about the exact flow that we should follow especially using new appRouter from Nextjs

  • @Troy-ol5fk
    @Troy-ol5fk 3 роки тому +3

    It's nice that supabase has a cdn version

  • @JamesQQuick
    @JamesQQuick 3 роки тому +3

    Awesome!

  • @robertmacol
    @robertmacol 3 роки тому +2

    Keep the good work and the tutorial, helps a lot... tks for all the work you have done.

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

    how do we update the name of the app displayed on google login screen to our app name instead of subdomain from supabase?

  • @sripranav
    @sripranav 2 роки тому +1

    What about custom claims? Like usernames?

  • @ablockish
    @ablockish 2 роки тому +1

    Is there anyway to make the redirect different, depending on where I'm coming from. eg., from localhost I want to go back to localhost, and from production to production, etc.

  • @MG-cy7vx
    @MG-cy7vx 3 роки тому

    Thanks for Supabase and for the videos.
    Most important thing for me that I can't find anywhere: How to use OAuth with a React Native app. Can't find this info anywhere...

  • @businessoftechnology
    @businessoftechnology 2 роки тому +1

    I am working with the GitHub OAuth, and after the login validation occurs it redirects me to a new page. Since this is inside an SPA application the redirect causes the state of the SPA to be lost. ( VUE) Do you have a suggestion?

  • @Mashiach-hx8qu
    @Mashiach-hx8qu 3 місяці тому

    How to add scopes on sign in with google?

  • @nicholassingh138
    @nicholassingh138 2 роки тому

    How do we redirect them to the same url they were on before the log in promot

  • @ZulhamErtanto
    @ZulhamErtanto 3 роки тому

    Hi Ant, shout-out from your friendly neighbor Indonesia thank you for this awesome Supabase, interesting to know at 3:12 you've said " we wouldn't need the API Key header" by means it will not charged by Google, or this Google sign in APi is free as services?

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

    old but gold damnnn!

  • @rutik42
    @rutik42 3 роки тому

    followed all the instructions but after choosing the google account, rather than sending the access token its sending server error, how to fix this?

  • @Gustavo-bi4hv
    @Gustavo-bi4hv 2 роки тому

    Does social login works on React Native? I'm using supabase v2 and having issues trying to do login with google in my app.

  • @galzafar2943
    @galzafar2943 2 роки тому

    has anyone been able to implement this using a chrome extension ? i can't make the social login work with google after getting a valid access token

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

    please add tutorial for azure also.

  • @nonefvnfvnjnjnjevjenjvonej3384
    @nonefvnfvnjnjnjevjenjvonej3384 2 роки тому

    is the supabase ui only for react? would be nice to have them in plain html with tailwind css or something

  • @lawrencecchen
    @lawrencecchen 3 роки тому

    Love supabase!

  • @animal-lover--
    @animal-lover-- 5 місяців тому

    thank you

  • @AJ-qy5fz
    @AJ-qy5fz 2 роки тому

    There is no Setting Option in Authentication

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

    easy and fast

  • @lorenzogentili7933
    @lorenzogentili7933 2 роки тому

    How can I check user's domain? I want to give access only for user who has specific domain... I can i do it?

    • @Supabase
      @Supabase  2 роки тому +1

      You can use RLS to check their email against a regex: supabase.com/docs/learn/auth-deep-dive/auth-row-level-security#securing-your-tables

  • @learnwithindra2037
    @learnwithindra2037 2 роки тому +1

    How to change the App name ? It always showing supabase subdomain.

    • @stingray2107
      @stingray2107 2 роки тому

      On the Google login screen? I have the same problem

    • @learnwithindra2037
      @learnwithindra2037 2 роки тому +1

      @@stingray2107 Yes, there is 3 solution.
      1. You can contact google and saying that subdomain is part of third party you have use.
      2. You can move to NextAuth and use Supabase Adapter.
      3. You can leave supabase, which is sad. But i believe they will work on this issue since many users facing this problem in Github discussion.
      Hope this help

    • @ChristianAlmeidabr
      @ChristianAlmeidabr 2 роки тому

      @@learnwithindra2037 Contact google? how?

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

    very bad tutorial, for as much as i love using supabase, i hate its documentation