Episodes /

Passwordless Authentication With ring-oauth2

More and more sites offer the ability to log in with Facebook, Twitter, or Github, which can be quite convenient, as it means fewer passwords to keep track of. Adding this kind of capability to a Ring based app is easier than you might think, using the ring-oauth2 library. In this episode we’ll demonstrate how to implement a “Sign in with Google” button. The process is very similar for other providers.