OAuth2 Crash Course with Go

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

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

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

    Great video. I will definitely come back to this in the future for revision.

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

      @@jaingounchained thank you! Hope to see you around.

  • @eip408
    @eip408 24 дня назад

    Awesome video and instant sub! my first impression is that I was a little bit hesitant to continue watching because of the demo flow where you start logging in and did not show the authorization page where you need to hit the "authorize user", thankfully you showed it. For me those little details are important as this is how I watch other tuts on youtube, instant skip and rather read docs 😅

    • @sudomateo
      @sudomateo  24 дня назад +1

      @@eip408 thanks for watching! That's good feedback. I was going back and forth on whether to show a working flow before the configuration or after it. Ended up showing it before but I'm glad you stayed through so you could see the full experience.

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

    Thanks for this video ^^

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

    Great explanation! It is always useful to remember the basics about important topics like this. I hope you make a new video about managing the "refresh token" and your approach to that.

    • @sudomateo
      @sudomateo  6 месяцев назад +1

      Thank you! I think I might just record that next video. It'll be fun to show some middleware aspect there.

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

    Thank you so much for the nice overview of OAuth2, as a suggestion if you include links with source code for upcoming videos that will be fantastic!

    • @sudomateo
      @sudomateo  6 месяцев назад +1

      Thank you! I agree. I'm trying to figure out how I want to host this source code. I don't like a messy GitHub account with many repositories so I might just consolidate it into a single repository or gists.

  • @0lange
    @0lange 3 месяца назад

    Please link the example repo if possible 🙏

    • @sudomateo
      @sudomateo  3 месяца назад

      Hey! You can find the source code here: github.com/sudomateo/sudomateo
      There's a learning section. I may refactor the layout of this in the future, but it'll remain in this repository.

    • @0lange
      @0lange 3 месяца назад

      @@sudomateo thanks!