We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Customizing Token Response (markdown)
Destroyed _Footer (markdown)
Updated _Footer (markdown)
Updated Using PostgreSQL UUIDs as primary keys with Doorkeeper (markdown)
Update diff to be more inline with latest (references instead of ints)
before_filter --> before_action
Doorkeeper deployment on herokuapp is not available anymore.
Update broken link to `Rails API authentication with Devise and Doorkeeper`
Updated Using Resource Owner Password Credentials flow (markdown)
default branch in now `main`
This DIY example doesn't actually work :-(
Add a DIY approach which doesn't require Devise, Warden or Clearance to work.
Update redirect location of POST /oauth/authorize
Update specific section about native_oauth_authorization path
Change /oauth/authorize/:code to /oauth/authorize/native as per #1003
Add link to doorkeeper-device_authorization_grant
Update token info error response to match changes from https://github.com/doorkeeper-gem/doorkeeper/pull/1202
Destroyed API endpoint descriptions and examplesdoorkeeper (markdown)
Created API endpoint descriptions and examplesdoorkeeper (markdown)
Add instructions to remove the null: false constraint for redirect_uri for client_credentials flow.
Updated Customizing access permissions for different users (markdown)
Missing dot
Fix column name, error is about refresh_token, not token column
There whas this missing ", however even if I add it I it didn't work. So I ended up sending the client_id and client_secret via body params.
Updated Migration from old versions (markdown)