-
Updated
May 22, 2020 - Ruby
#
oauth2
Here are 97 public repositories matching this topic...
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
ruby
grape
identity
oauth
oauth2
orm
authentication
wiki
oauth2-provider
authorization
wiki-page
sequel
oauth2-server
ruby-on-rails
doorkeeper
rails-controller
grape-endpoints
Fullscreen / yt
The reliable YouTube API Ruby client
-
Updated
Apr 10, 2020 - Ruby
OAuth 2.0 Server & Client Library. Both Bearer and MAC token type are supported.
-
Updated
May 22, 2020 - Ruby
An abstract OAuth2 strategy for OmniAuth.
-
Updated
May 4, 2020 - Ruby
Vkontakte OAuth2 Strategy for OmniAuth
-
Updated
Mar 25, 2020 - Ruby
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
-
Updated
May 22, 2020 - Ruby
A basic OAuth2 plugin for use with Discourse
-
Updated
May 4, 2020 - Ruby
Support (and manage) Authentication with multiple OmniAuth providers in your Rails application
-
Updated
Oct 30, 2013 - Ruby
periflo90
commented
Oct 23, 2019
We're using Grape with Grape::OAuth2 for a Rails project which provides an API that needs to be secured by the Client Credentials flow of OAuth2.
We've been following the configuration guidelines and the 'lazy' usage example stated in the README, but we have a question regarding the resource_owner_class_name. As we are using Client Credentials we don't need a resource owner, but the documenta
Translation files for Doorkeeper OAuth 2 provider
-
Updated
Mar 17, 2020 - Ruby
SSO Portal based on oauth2 open id connect protocol
-
Updated
May 24, 2020 - Ruby
OAuth2 strategy for Okta
-
Updated
May 20, 2020 - Ruby
-
Updated
May 22, 2020 - Ruby
oauth2c is a modern extensible OAuth2 client with support for custom grant types
-
Updated
Feb 24, 2020 - Ruby
Embulk plugin to pull data from Google Adwords
-
Updated
Apr 16, 2020 - Ruby
OmniAuth strategy for ChatWork
-
Updated
Mar 13, 2020 - Ruby
Improve this page
Add a description, image, and links to the oauth2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth2 topic, visit your repo's landing page and select "manage topics."
Like many, I struggled to get the Hybrid Authentication working with this library, due to several errors, before finally giving up on the
redirect_uri_mismatcherror (relevant issues: 181, [250]