All

Implementing Login with GitHub in your Buffalo App

Episode 29

We’re continuing the Buffalo series! Lots of web apps have a login button, and yours probably will too. This time, we’re going to learn how to build one so that your users can login with GitHub.

We’ll be using the Goth library and the - buffalo-goth code generator together to allow us to implement GitHub login in our app without writing much code ourselves. Code generation does a ton of the work for us (and that’s one of the many magical parts of Buffalo).

Check out the example code on GitHub and keep on rockin', Gophers!