Disqus SSO + RAILS Develop Gem

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.

+4
source share
1 answer

I think you can use devise_cas_authenticatable gem

https://github.com/nbudin/devise_cas_authenticatable

hope you help you

0
source

Source: https://habr.com/ru/post/1502572/


All Articles