I am trying to implement Disqus SSO with Rails.
I created the application using Devise, but I canβt figure out what to do with the sso code found in the Disqus API recipes. All the documentation seems to be focused on PHP, not Ruby.
Where is the right place to use this feature with Rails + Devise?
https://github.com/disqus/DISQUS-API-Recipes/tree/master/sso/ruby
I am new to ruby ββbut cannot find other resources on this topic.
source share