I have a web application in ruby and I want it to act as a Auth 2.0 provider. Are there any such provider implementations available in ruby? If so, can anyone guide me on how to implement it in my project.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
doorkeeper is probably what you want to do, while oauth2 is a wrapper for the OAuth 2.0 protocol.
More solutions are available on RubyGems if you search for oauth.