Anyone implemented the social login feature of the template?
Dan Weaver•
Interested to see how folks have done this.
Chris Oliver•
This site is using it for GitLab. 👍
Dan Weaver•
Chris Oliver
gotcha 👍So all external auth providers are dealt with the same way, social (G, FB, etc) and others like Gitlab etc?
Chris Oliver•
Yeah, if you just enable them, the omniauth callback controller handles them all similar by saving the credentials to the user account, and handling sign up, sign in, and the other situations you might have.