GitHub Login With React (GitHub APIs, GitHub OAuth 2.0 Authentication)

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • НаукаНаука

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

  • @matthewblasco4720
    @matthewblasco4720 11 месяцев назад +4

    OMG! The way everything was explained was legit awesome! it was all digestible, I only have 1 or two rewind and everything was smooth thank you so much

  • @rij3142
    @rij3142 10 месяцев назад +1

    Getting a 'bad credentials' message when trying to store userData or try to acess userData, any suggestions?

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

    (in promise) SyntaxError: Unexpected token '

  • @yazidmohammedbouguedra4523
    @yazidmohammedbouguedra4523 Год назад +4

    One thing to mention here is that the whole point of a proxy is to not store the Github token on the client side, ideally they'd be stored in the server.
    Client requests the server using a user ID -> server requests GH API using the token of that user -> returns the response
    If we're storing the GH token on the client side, we might as well call the GH API directly...

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

    This video is amazing! I don't know how it has that little of views really useful. The only thing I didn't get it is that if we need to save specific data of our app and link that to an user how we associate GitHub profile with a user in our platform (let's say a game and I want to have player stats) (sorry for any English mistakes and feel free to correct them)

  • @anujjadhav2175
    @anujjadhav2175 Месяц назад

    This is the best, the explanation was too the point. This is my first time creating a OAuth authentication and I understood everything about the implementation part. The comments you write in between the code in really helpful!. Thank you so much!

  • @epicgame6426
    @epicgame6426 10 месяцев назад +1

    i write the same code but it is not work. it is failed to fetch

  • @0xfd-xz6ob
    @0xfd-xz6ob 5 месяцев назад

    Thank you for the video. I have an error message that says "Cookie must be enabled to use Github" But my browser is not blocking any third-party cookie. Any idea on how to fix this?

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

    EPIC.

  • @TrueDetectivePikachu
    @TrueDetectivePikachu 11 месяцев назад

    holup, why removing react strict could be so controversial? Second, why in the world would react render twice? Why the redundancy?

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

    I am assuming this can be done without an express server and hosted as a gh-page?

  • @SammedP-r9s
    @SammedP-r9s Год назад

    Really a great video. It helped me a lot.
    Would like to mention that if we try to fetch the access token directly from the client, the response would be opaque, which means client won't be able to access the body or access token. You will see accessToken in network tab but won't be able to access it in code. So I think server would be necessary here.

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

    I though it would be hard like google's. google's way of doing oauth is stupid compared to github.

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

    Thank you so much! Again an amazing video. I wanna make an app for searching repositories with the search api, is it like this too or do i need to change something? The docs on github are a mess i don't understand anything

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

    Great video, keep it up!

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

    Im a Laravel dev. But this is still useful to me

  • @정지현-c3k
    @정지현-c3k Год назад

    OMG!!!! You saved me... Thanks for this amazing video!!!

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

    Can you please push the code to Github. :)

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

    Please can we get the source code for this course

  • @riiya7928
    @riiya7928 5 месяцев назад

    How to do this but on youtube?

  • @GDMeira
    @GDMeira 11 месяцев назад

    Really good content

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

    Code repo?

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

    Finally a video making sense!! THnak you