Questions tagged [doorkeeper]

Doorkeeper is an OAuth 2 provider for Rails.

Doorkeeper is a gem that makes it easy to introduce OAuth 2 provider functionality to Rails application.

288 questions
0
votes
1 answer

Devise Doorkeeper oauth2 API pagination

Sorry if this is a noob question on oauth I've implemented an oauth2 API with devise+doorkeeper based on the examples here: https://doorkeeper-provider.herokuapp.com/ and here: https://github.com/applicake/doorkeeper-devise-client I want to be able…
Ian Lin
  • 404
  • 1
  • 5
  • 19
-1
votes
1 answer

CSRF Protection with doorkeeper authorization rails

I have a question which i can't seem to figure out from all the googling. I am building a rails app basically an api app. When i give out post request it returns me with an error 'InvalidAuthenticityToken' so i used skip_before_action…
Amal
  • 190
  • 1
  • 8
-2
votes
1 answer

validate client id before granting access token with authentication using user credentials oauth2+doorkeeper+rails

I have implemented oauth2 token request with username and password but I need to make client_id and secret validation before authentication. If there is no client_id or secret it should return an error message like "Invalid application". Is there…
Saritha Ks
  • 79
  • 11
1 2 3
19
20