rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

Implement OAuth support #143

Open mitfik opened 11 years ago

mitfik commented 11 years ago

For api we need authentication for external application which are used our server. The best solution probably will be OAuth

One of the gem which could be used for that: https://github.com/oauth/oauth-ruby

Not related with any framework which gives us more flexibility.