Tutorial or documentation on creating an OAuth provider in Ruby (not Rails)

I am building a Ruby application using Sinatra (on top of Rack / Thin), and I want to implement OAuth to allow access to resources on the server. I found this gem, but now I am looking for documentation on the actual implementation of the provider, but all I found is a blatant lack of anything related to rails.

Google didn't help either. Could you point out some kind of documentation or tutorial?

+4
source share
1 answer

Have you seen OAuth2 gems? https://github.com/songkick/oauth2-provider and https://github.com/freerange/oauth2-provider ?

Just by starting the process itself, and the one where I saw that my path is the title.

+4
source

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


All Articles