Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

doorkeeper

Doorkeeper is an OAuth2 provider built for Ruby, Rails and Grape
Collective - Host: opensource - https://opencollective.com/doorkeeper-gem - Code: https://github.com/doorkeeper-gem/doorkeeper

Adds foreign key support for doorkeeper migration

Adds FKs between tokens and grants, and applications.

[fixes #726]

github.com/doorkeeper-gem/doorkeeper - 33a4ef45abb02da336169a30aca56a131e50edc5 authored about 9 years ago by Nicholas Shook <[email protected]>
Merge branch 'v3'

github.com/doorkeeper-gem/doorkeeper - 486682a702e8be9fd2571179def9b78964859d0c authored about 9 years ago by Tute Costa <[email protected]>
Release version 3.1.0

Disables failing Rails 3.2 on JRuby build.

Update NEWS.md.

github.com/doorkeeper-gem/doorkeeper - 0b7cdc2dc5b19b5a9f4f119299ac5414a30acf59 authored about 9 years ago by Tute Costa <[email protected]>
Add rails 5 support, drop < 4.1

Sort Gemfile alphabetically. Use double quotes.

See also:

* https://github.com/doorkeeper-gem/...

github.com/doorkeeper-gem/doorkeeper - 02949f966e388c05c27c06958ff2f93de43ea714 authored about 9 years ago by Tute Costa <[email protected]>
Merge pull request #762 from arion/fix/allow_migrations

Check should not abort the actual migration

github.com/doorkeeper-gem/doorkeeper - 4d436c3ee611c568b91aa983f73b390f23ffed2f authored about 9 years ago by Tute Costa <[email protected]>
Check should not abort the actual migration

So we allow for the migration to run.

github.com/doorkeeper-gem/doorkeeper - ce5773fb856acfd5a2c0459a0c3e5d22a8d728c9 authored about 9 years ago by Denis <[email protected]>
Merge pull request #759 from skomanduri/patch-1

Fix README.md

github.com/doorkeeper-gem/doorkeeper - 59cd234f59c429d0fb1b080346e1ad2c586d0b39 authored about 9 years ago by Tute Costa <[email protected]>
Update README.md

The default is a 32-character hex string, which encodes 128 bits of information.

github.com/doorkeeper-gem/doorkeeper - 8256e76609b62df6d42d644e2ebb237de418376f authored about 9 years ago by Saranga Komanduri <[email protected]>
Allow user to raise authorization error with a custom message

Adding the `otherwise` option on authorization error handler in order to
allow users to add cust...

github.com/doorkeeper-gem/doorkeeper - fa4820ce2b6d33838c113fe3bb8b1584a45d0a1d authored about 9 years ago by Emiliano Zilocchi <[email protected]>
Merge pull request #758 from doorkeeper-gem/upgrade-rspec-rails-1

upgrade rspec-rails

github.com/doorkeeper-gem/doorkeeper - 5492713189f9ff575eda88a41429503f08e3ff73 authored about 9 years ago by Tute Costa <[email protected]>
upgrade rspec-rails

github.com/doorkeeper-gem/doorkeeper - e5b4554d5f0d656f7045b6d78a13d92a08e591d4 authored about 9 years ago by Jun Jiang <[email protected]>
Applications admin style adjustments

[fixes #719]

github.com/doorkeeper-gem/doorkeeper - c570a0aa3c4da84d0344ce5b85e478da0c92e530 authored about 9 years ago by Tute Costa <[email protected]>
Merge pull request #734 from reidab/request-strategy-refactor

Refactor request strategy classes

github.com/doorkeeper-gem/doorkeeper - 883d0af7922c971c786c05f25801dc4a9c2cdfd9 authored about 9 years ago by Tute Costa <[email protected]>
Update to container-based Travis

See http://docs.travis-ci.com/user/migrating-from-legacy/

github.com/doorkeeper-gem/doorkeeper - bf25c934f9558fed01ed38f589c2d4282de71a9b authored about 9 years ago by Tute Costa <[email protected]>
Specify default error translation key

I ran into this while working on my custom token generation.

- I accidentally triggered a `NoMe...

github.com/doorkeeper-gem/doorkeeper - 8b8d7d450581b1fc123352fa669712e9c82145d4 authored about 9 years ago by Ryan Schlesinger <[email protected]>
Update README links

Inspected by https://github.com/dkhamsing/frankenstein

[ci skip]

github.com/doorkeeper-gem/doorkeeper - bd3802bbd0c4cdd830710d3a60812c6dce936040 authored about 9 years ago by Tute Costa <[email protected]>
Merge pull request #736 from jimmykarily/fix_issue_661

Reuse the existing token in client_credentials flow

github.com/doorkeeper-gem/doorkeeper - f9d5e3df1a7dc0b944f6c075e9a9823126b54b80 authored about 9 years ago by Tute Costa <[email protected]>
Reuse the existing token in client_credentials flow

Fixes issue 661: https://github.com/doorkeeper-gem/doorkeeper/issues/661

github.com/doorkeeper-gem/doorkeeper - 4d6b8f0710ed62814679d92d844afeae9f591a1e authored about 9 years ago by Dimitris Karakasilis <[email protected]>
Remove reference to outdated live demo from README

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 61656bef4c99c1a7387a9da355bee59fd89bd6de authored about 9 years ago by Tute Costa <[email protected]>
Update specs to use expect

http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/

[fixes #731]

github.com/doorkeeper-gem/doorkeeper - 041e708956a1d1cc99af342bb456024c10d36368 authored about 9 years ago by Lachlan Priest <[email protected]>
Support returning :not_found instead of :forbidden

If the hash returned by `doorkeeper_forbidden_render_options` includes a
key `respond_not_found_...

github.com/doorkeeper-gem/doorkeeper - 98ae440592369329002bdc3e2a0dd958848d01c5 authored about 9 years ago by Jeff Cousens <[email protected]>
Exclude migrations on dummy app from Hound CI

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 21731d02b766f6978bf3b2bf69137338b081fcaf authored about 9 years ago by Tute Costa <[email protected]>
Style cleanup

github.com/doorkeeper-gem/doorkeeper - 6eb9b2d6e9dd3e94e6d8c4e9362a3e085b7e15a4 authored about 9 years ago by Reid Beels <[email protected]>
Replace custom strategy initializers with delegation

github.com/doorkeeper-gem/doorkeeper - 6c0a1591eb028e85d9a97453b44ba1697241d878 authored about 9 years ago by Reid Beels <[email protected]>
Add some basic unit tests for the Strategy base class

github.com/doorkeeper-gem/doorkeeper - 4b0e5ef8ae4f27d7ce17ce8adc717118c1b072d4 authored about 9 years ago by Reid Beels <[email protected]>
Push common functionality into Doorkeeper::Request::Strategy

github.com/doorkeeper-gem/doorkeeper - 13229e391e436febb9d564b22daa494bd714d937 authored about 9 years ago by Reid Beels <[email protected]>
Refactor strategies to remove .build(server)

These objects don't ever seem to be initialized outside of the .build
method, so we can simplify...

github.com/doorkeeper-gem/doorkeeper - e676684ebab17452c2abb8e7667eec1eb1452f34 authored about 9 years ago by Reid Beels <[email protected]>
Rename Doorkeeper::Request method params for clarity

The arguments are strings from the `request_type` and `grant_type`
parameters, not strategies.

github.com/doorkeeper-gem/doorkeeper - 2465e2e2f16e754b93ae89e0c7e276ec436a2427 authored about 9 years ago by Reid Beels <[email protected]>
RELEASING document update

GitHub shows the message on a tag in the releases section.

github.com/doorkeeper-gem/doorkeeper - 4313541e4d806cd8e5cad20d4ca4444171c113d2 authored over 9 years ago by Tute Costa <[email protected]>
Mention Semantic Versioning in README

[fixes #724]

github.com/doorkeeper-gem/doorkeeper - e30a63fa43415a6b4496be3d962054bf136c7d42 authored over 9 years ago by Tute Costa <[email protected]>
Release version 3.0.1.

Update NEWS.md.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 6946da7d93d76ec8ba5e980cea9d137e7f2a954b authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #712 from phillbaker/bugfix/token-transactions

Wrap access token grant and refresh in transactions.

github.com/doorkeeper-gem/doorkeeper - a70e1a86cf5290dd642e00aedbdbb94bfd553f6b authored over 9 years ago by Tute Costa <[email protected]>
Wrap access token grant and refresh in transactions.

It's possible to exchange a single grant/refresh token for multiple access tokens. This is defin...

github.com/doorkeeper-gem/doorkeeper - 3146f40257a85c7a81c916a8d20eeaa4100b67d1 authored over 9 years ago by Phillip Baker <[email protected]>
Support JRuby head

[fixes #612]

github.com/doorkeeper-gem/doorkeeper - d1312d51d341010750b45dbf41a2b21b3f25e0ed authored over 9 years ago by Tute Costa <[email protected]>
Fix rspec warnings

Spec threw warnings as raise_error didn’t provide an Error Class to
assert on. Indeed in one cas...

github.com/doorkeeper-gem/doorkeeper - 0ca544086fc446cd0041dcf6ba70b9bbe3c2c664 authored over 9 years ago by Tobias Bielohlawek <[email protected]>
Merge pull request #709 from GeekOnCoffee/patch-1

Check count, not merely presence of `scopes`

github.com/doorkeeper-gem/doorkeeper - f52fa098bec2540bd550ee4c0ff9c03b40ab71a8 authored over 9 years ago by Tute Costa <[email protected]>
Check count, not merely presence of `scopes`

github.com/doorkeeper-gem/doorkeeper - 538cecd5df5fffdca9bbd933fc9ff9ef077fe055 authored over 9 years ago by Andrew Hooker <[email protected]>
Merge pull request #707 from levent/set-table-name

Set table_name before including Mixin

github.com/doorkeeper-gem/doorkeeper - 5ac4f4ebb245fb536d449af3223b86c46e6e7de9 authored over 9 years ago by Tute Costa <[email protected]>
Set table_name before including Mixin

Included uses respond_to? which queries the incorrect table name

github.com/doorkeeper-gem/doorkeeper - 5d9b2d5fd5f6d4c584cb2c7107e7e558c779da46 authored over 9 years ago by Levent Ali <[email protected]>
Merge pull request #704 from amcnamara/master

Make scopes model attribute accessible on application create/editing, to avoid mass assignment e...

github.com/doorkeeper-gem/doorkeeper - 4bb957d7bfc552a76e68f4284506b1f20e6eef81 authored over 9 years ago by Tute Costa <[email protected]>
Make scopes attribute accessible on application create/editing, to avoid mass assignment errors.

github.com/doorkeeper-gem/doorkeeper - 077803ffff4a6b7dfcb1634b011c6dad3cd56e89 authored over 9 years ago by Alex McNamara <[email protected]>
Merge pull request #702 from toydestroyer/master

Update changelog path from CHANGELOG.md to NEWS.md

github.com/doorkeeper-gem/doorkeeper - 68e1a21ea24a4de05e06747c6247a3427b78df6f authored over 9 years ago by Tute Costa <[email protected]>
Update changelog path from CHANGELOG.md to NEWS.md

github.com/doorkeeper-gem/doorkeeper - cc056079ee3ef36c11e8600cc8c1106465e47139 authored over 9 years ago by Sergey Toy <[email protected]>
Release version 3.0.0.

Update NEWS.md.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 66990398d9044156d95f83a8573f90d8f1f2e456 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #693 from malmers/master

Updates en.yml

github.com/doorkeeper-gem/doorkeeper - d7f66817e239f655f35e535ef613a8328c894958 authored over 9 years ago by Tute Costa <[email protected]>
Updates en.yml

github.com/doorkeeper-gem/doorkeeper - 2a0747b3556f34e4006f32bb85cddae6e75736c5 authored over 9 years ago by Pontus Malm <[email protected]>
Release version 3.0.0.rc2

Update NEWS.md.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - ff984b94327ea0bf9f44b24b4e58914102d0cf93 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #688 from bswinnerton/increase-token-column-size

Updates the size of the `token` column

github.com/doorkeeper-gem/doorkeeper - 1017d78919b93510c4c74bd80a05fe6e2c5077f0 authored over 9 years ago by Tute Costa <[email protected]>
Adds comment to default migration

This commit adds a comment to the default migration offering advice on
which database column to ...

github.com/doorkeeper-gem/doorkeeper - 3869ead0ad6ab0e08a37c0516ba8460c1d9913f6 authored over 9 years ago by Brooks Swinnerton <[email protected]>
Update NEWS.md

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 17ba3d83501b3c2fd1de871b2c869fa8214e8438 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #678 from redterror/feature/app_only_scopes

add support for using only application-level scopes

github.com/doorkeeper-gem/doorkeeper - e9eb0fb95f92eafd0c01f147760b767bfaa490a4 authored over 9 years ago by Tute Costa <[email protected]>
add support for using only application-level scopes

simplify the scope overrides

tweak specs, adjust NEWS

github.com/doorkeeper-gem/doorkeeper - 417b9d57e8ad7a90c7151c104920f2e9187974cc authored over 9 years ago by Dave Steinberg <[email protected]>
Generate secret and UID for application if field is blank

[closes #683]

github.com/doorkeeper-gem/doorkeeper - a2e42efdee15dda49ea63298122f40a90c7b99f5 authored over 9 years ago by Jacob Harris <[email protected]>
Grape helper passes doorkeeper headers to error

From https://github.com/intridea/grape#headers:

> When raising error!, pass additional headers ...

github.com/doorkeeper-gem/doorkeeper - 73cef68cdb1f58b63ecdfa38eed9af883d3f1a1d authored over 9 years ago by Djordje Kovacevic <[email protected]>
Add OAuth 2.0 Token Revocation spec to README

github.com/doorkeeper-gem/doorkeeper - 7e9bc8e84718709050a33316617ec852fee175c8 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #677 from redterror/feature/show_edit_app_scopes

allow for editing application-specific scopes

github.com/doorkeeper-gem/doorkeeper - 79870626e6581bb48e3f3da7900fa369ab9f51f7 authored over 9 years ago by Tute Costa <[email protected]>
allow for editing application-specific scopes

github.com/doorkeeper-gem/doorkeeper - c5810a038969d2d601a5dad48da32dcc424431a9 authored over 9 years ago by Dave Steinberg <[email protected]>
Merge pull request #671 from emeryamiller/master

Use Time instead of DateTime

github.com/doorkeeper-gem/doorkeeper - 7d21d2d3db5dbce5692614e584733a56b1b3475b authored over 9 years ago by Tute Costa <[email protected]>
Use Time instead of DateTime in Revocable concern to play nice with AR

Fixes NoMethodError - undefined method 'getlocal' when calling the
/oauth/token path.

Active re...

github.com/doorkeeper-gem/doorkeeper - 3af2f5156bb73eeeeb5d1cdc8d8b44bac4f53789 authored over 9 years ago by Emery A. Miller <[email protected]>
Merge pull request #666 from stefanvermaas/master

Adds support for mobile app redirect uri's

github.com/doorkeeper-gem/doorkeeper - 8b59c77ca2324b747ab0570b47f6d14df62fbcc8 authored over 9 years ago by Tute Costa <[email protected]>
Adds support for mobile app redirect uri's

github.com/doorkeeper-gem/doorkeeper - a13976b2067cffbd28e41ba4127f0e2a14d0d949 authored over 9 years ago by Stefan Vermaas <[email protected]>
Enable Display of Built-In Unauthorized

[fixes #665]

github.com/doorkeeper-gem/doorkeeper - e79e95d75404873084ee83778133720ca0ee60e7 authored over 9 years ago by edmondchui <[email protected]>
Merge pull request #657 from godsent/patch-1

Array#join for multiple URI errors

github.com/doorkeeper-gem/doorkeeper - f6abe7c76d3391b9eaf1a9dae91300a17e984fb1 authored over 9 years ago by Tute Costa <[email protected]>
specs for validation errors rendering

github.com/doorkeeper-gem/doorkeeper - 570785e9b0adcb8e7a78e1c62b244bf6a277be44 authored over 9 years ago by Nikolay Sidoruk <[email protected]>
Array#join for multiple URI errors

If there are more than one errors reduce(&:join) will fail, because of trying to call String#joi...

github.com/doorkeeper-gem/doorkeeper - 657b0c8c368cd6dca7813e5e33fc51829c46660f authored over 9 years ago by Nikolay Sidoruk <[email protected]>
Release version 3.0.0.rc1

Update NEWS.md.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - b62dcad046564a0e535e6ac17226fc33778a2cde authored over 9 years ago by Tute Costa <[email protected]>
Remove deprecation notice for doorkeeper_for

Was necessary for doorkeeper version 2. Now heading to version 3.

github.com/doorkeeper-gem/doorkeeper - b860ea81c957d1ce124ecae14651596120130a6b authored over 9 years ago by Tute Costa <[email protected]>
Remove upgrade notice

Was necessary for doorkeeper version 2. Now heading to version 3.

github.com/doorkeeper-gem/doorkeeper - c55b2209ae624ef3dd2360d1f456c908c274313c authored over 9 years ago by Tute Costa <[email protected]>
Correct link to mongo db ORMs project

[ci skip]

github.com/doorkeeper-gem/doorkeeper - b11119f224a9f2ff3b025f896361f19e5750a445 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #648 from doorkeeper-gem/extract-orms

Extract ORMs from doorkeeper, take 2

github.com/doorkeeper-gem/doorkeeper - 7fe4940786de5b310f30d1ea0bef832abe82fa31 authored over 9 years ago by Tute Costa <[email protected]>
Extract ORMs from doorkeeper

This PR removes doorkeeper ORM specifics, in favor of extending it with
other rubygems.

The spe...

github.com/doorkeeper-gem/doorkeeper - 09249f9c6c9520d7a4ada99831398d44205ca707 authored over 9 years ago by Tute Costa <[email protected]>
Remove ORM specifics from spec

github.com/doorkeeper-gem/doorkeeper - b28c70e4bad0b3307262f9c56a571129fa66b94f authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #652 from kaleworsley/fix_readme_for_pr574

Remove unused update authorization route from the README.

github.com/doorkeeper-gem/doorkeeper - 9c8ba7705a0af17b76990f4fbd83f5fbe5c3f9bf authored over 9 years ago by Tute Costa <[email protected]>
Remove unused update authorization route from the README.

github.com/doorkeeper-gem/doorkeeper - e8c98f9eaa6618c81843a84a7471cdbce0623348 authored over 9 years ago by Kale Worsley <[email protected]>
Merge pull request #599 from knovoselic/attr_accessible_fix

Included MassAssignmentSecurity in mixins if ::ProtectedAttributes is defined

We need this for ...

github.com/doorkeeper-gem/doorkeeper - 7aa1559aaf0c04c5ba496fb952666ead0e731c54 authored over 9 years ago by Tute Costa <[email protected]>
Simplified condition checking if attr_accessible should be used

And added PR number to the news

github.com/doorkeeper-gem/doorkeeper - c3d1a8318027b1ec5d8665511cf448b2ee45b73a authored over 9 years ago by Kristijan Novoselic <[email protected]>
Included MassAssignmentSecurity in mixins if ::ProtectedAttributes is defined

This commit fixes the problem described in #541 (happens only on Rails 4 when
ProtectedAttribute...

github.com/doorkeeper-gem/doorkeeper - fe77c3270aced92b85f565b3b74c37eca9480ad6 authored over 9 years ago by Kristijan Novoselić <[email protected]>
Merge pull request #650 from jasl/i18n-fallback

only fallback i18n when it's not set

github.com/doorkeeper-gem/doorkeeper - 5654355931511365dd166557b08430b08c2791f6 authored over 9 years ago by Tute Costa <[email protected]>
only fallback i18n when it's not set

github.com/doorkeeper-gem/doorkeeper - 069ef2ac431c5cd6bd8419d5620a6f19f5a0e187 authored over 9 years ago by jasl <[email protected]>
Release version 2.2.1

Update NEWS.md.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 365c10ea51bc451d4b075cc0a005cf05fb900e17 authored over 9 years ago by Tute Costa <[email protected]>
Cast tokens to string in SQL queries

Fixes potential issue in Grape over MySQL database:

User.where(email: 0).count
(0.5ms) SELEC...

github.com/doorkeeper-gem/doorkeeper - 79aac6a8b693c5afd02dd1a843e26e643246d95c authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #641 from macjohnny/patch-1

Adds JRuby support [fixes #612]

Fixes "unknown type of %string" error
see https://github.com/fo...

github.com/doorkeeper-gem/doorkeeper - 9960142c6da8e5652f70ca9b33eec4c46a6742bf authored over 9 years ago by Tute Costa <[email protected]>
Fix syntax error

fixes "unknown type of %string" error
see https://github.com/fog/fog/pull/3396/files

github.com/doorkeeper-gem/doorkeeper - e02b6196d146073c5bea307743f8ca77eb2a3da2 authored over 9 years ago by Esteban Marín <[email protected]>
Merge pull request #628 from jasl/improve_orm_adapter

Improve orm adapter

github.com/doorkeeper-gem/doorkeeper - abcef162fe5f82a2f76c99481c491d5048776a2e authored over 9 years ago by Tute Costa <[email protected]>
sparate enable_orm to two phases

github.com/doorkeeper-gem/doorkeeper - 250797c234e11c7a787cb58d0931e458331369ad authored over 9 years ago by jasl <[email protected]>
move implement of setup_application_owner to ORM adapter, give a chance to hack

github.com/doorkeeper-gem/doorkeeper - c93b665f929aba1e3fddbd5b596d17a829ee51a1 authored over 9 years ago by jasl <[email protected]>
let ORM adapter check the enviroment, that more flexiable

github.com/doorkeeper-gem/doorkeeper - eb6c2b1908066b128344866e3344859819c7d06c authored over 9 years ago by jasl <[email protected]>
Merge pull request #633 from BlakeDickie/Extra-Access-Token-Generator-Details

Extra Details to Custom Token Generator

github.com/doorkeeper-gem/doorkeeper - 531ec2ad1de73cb16a13d6ccfcbf7802fe7ab4e3 authored over 9 years ago by Tute Costa <[email protected]>
gemspec update

github.com/doorkeeper-gem/doorkeeper - 9c1b96386dfd307a443df8e95488bae15f620b9b authored over 9 years ago by Tute Costa <[email protected]>
RELEASING tweak

github.com/doorkeeper-gem/doorkeeper - e22a1c65ba1958aec4ae4b2488a1987687503eb9 authored over 9 years ago by Tute Costa <[email protected]>
Added additional information about the token to the call to custom access token generators so they can be used in the generation:

-Scopes
-Application
-Expire In

github.com/doorkeeper-gem/doorkeeper - efdfb103429aa6207c5be6c9c900f5aea4b6dd40 authored over 9 years ago by Blake Dickie <[email protected]>
Update CONTRIBUTING document

[ci skip]

github.com/doorkeeper-gem/doorkeeper - e08567331258137f5eb4d5e8964f4520abfa39d2 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #637 from doorkeeper-gem/rspec-3.2

Upgrade rspec to 3.2

github.com/doorkeeper-gem/doorkeeper - d5656b4aaf940c2e4d0f4d5397f86b78f16bb795 authored over 9 years ago by Tute Costa <[email protected]>
Upgrade rspec to 3.2

github.com/doorkeeper-gem/doorkeeper - 4938e4ecc71dfde7148a9db400375613ab502673 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #636 from doorkeeper-gem/issue/617

Fix parameter for custom_access_token_expires_in

github.com/doorkeeper-gem/doorkeeper - 52a9ef95f0c5d877c2c3997d1d3098b2d877daec authored over 9 years ago by Tute Costa <[email protected]>
Use `custom_access_token_expires_in` in `RefreshTokenRequest`

[fixes #617]

github.com/doorkeeper-gem/doorkeeper - 64a4d924ac9eee7fa9a42b6118b617251c7afa22 authored over 9 years ago by Tute Costa <[email protected]>
Fix parameter for custom_access_token_expires_in

`custom_access_token_expires_in` parameter could be an instance of:

* `Doorkeeper::OAuth::PreAu...

github.com/doorkeeper-gem/doorkeeper - e6f361f5d603143c47d5382ec9f0099a9fa3223d authored over 9 years ago by Tute Costa <[email protected]>
Release version 2.2.0

Update NEWS.md.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 65a7591c7c7c65e59e31972c6754cce6c9ebc3a1 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #632 from knu/check_with_default_scopes

Properly fall back to default_scopes when no scope is specified.

github.com/doorkeeper-gem/doorkeeper - e21c28329e3749e7afce9e20bd307674ae4e0ac9 authored over 9 years ago by Tute Costa <[email protected]>
Merge pull request #627 from jasl/fallback-i18n

fallback i18n

github.com/doorkeeper-gem/doorkeeper - 0c0979ef1df928b4eaa4a2e49d6b6eb95d12e56a authored over 9 years ago by Tute Costa <[email protected]>