OAuth Authentication in Scala with Http4s

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • blog post: blog.rockthejv...
    Full Stack Scala course: rockthejvm.com...
    This long-form video will teach you how to implement OAuth authentication with Scala and http4s. You will learn
    - how the OAuth process works
    - how to create an OAuth app in GitHub
    - how to exchange tokens and codes with an OAuth provider
    - how to "1-click-login" with your Scala application
    Everything is written from scratch with Scala and http4s, a Typelevel library.
    Follow Rock the JVM on:
    LinkedIn: / rockthejvm
    Twitter: / rockthejvm
    Blog: Blog: blog.rockthejv...
    -------------------------------------------------------------------------
    Home: rockthejvm.com
    -------------------------------------------------------------------------

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

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

    This is one of the most useful concepts for side projects, Thanks a lot 🤝

  • @butcherless
    @butcherless 10 หลายเดือนก่อน +1

    Absolutely fantastic tutorial (as usual) to understand the OAuth concepts and flow. Thanks Daniel!

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

    Perfect timing on releasing this video, just when I needed it! Thanks!

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

    Great content as always!

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

    How does github know where to call backend's callback if you've registered the callback via localhost?

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

      It just changes the URL in the browser

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

      @@rockthejvm so github literally redirects you to the ip from which you've made a req? Does it do so only if you set localhost?