Top "Doorkeeper" questions

Doorkeeper is an OAuth 2 provider for Rails.

stub any_instance using Minitest

How can I do the following without using any_instance from Mocha? I just want to test a protected Controller …

ruby-on-rails mocha.js minitest doorkeeper
AngularJS and authentication to an Oauth2 Provider?

We have an API, Oauth2 Provider. From AngularJS client Side app, how can I implement the flow of authentication to …

ruby-on-rails angularjs oauth oauth-2.0 doorkeeper
Creating a new user with credentials, then obtaining a token for that user with Doorkeeper in an API

I'm building an API, protected by Doorkeeper. If I manually create the user (with password) in the backend, and then …

ruby-on-rails oauth doorkeeper
How to access current_user from a Doorkeeper authenticated session

I have a rails app that I am attempting to sync with an android app. I've successfully set up authentication …

ruby-on-rails devise doorkeeper