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

Merge pull request #635 from doorkeeper-gem/rspec3

Adjustments over @jasl rspec 3 work

github.com/doorkeeper-gem/doorkeeper - 7de93d022751466554f1442676515854be16c3d0 authored over 9 years ago by Tute Costa <[email protected]>
Adjustments over @jasl rspec 3 work

Apply comments from
https://github.com/doorkeeper-gem/doorkeeper/pull/629

Fix request vs featur...

github.com/doorkeeper-gem/doorkeeper - 77885ec11c728a39172395818b3989de8e71cfa3 authored over 9 years ago by Tute Costa <[email protected]>
Properly fall back to default_scopes when no scope is specified.

The parameter `scopes` is always an array which evaluates as truthy, so
the intended fallback ha...

github.com/doorkeeper-gem/doorkeeper - 3688d7feb80891f03c46465b4c3ec53247616c62 authored over 9 years ago by Akinori MUSHA <[email protected]>
Merge pull request #622 from calfzhou/scope-doc

clarify that there is a logical OR between scopes for authorizing

github.com/doorkeeper-gem/doorkeeper - c07063bc6e79f2b08183a8a0465ade3e2adaaf4b authored almost 10 years ago by Tute Costa <[email protected]>
clarify that there is a logical OR between scopes for authorizing

github.com/doorkeeper-gem/doorkeeper - 4c4024cd98a24da2f79689e5cd996a5ebc3a9846 authored almost 10 years ago by Ji Zhou <[email protected]>
Move CHANGELOG to NEWS. Add release dates.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 910112e8b446e95f0f8c8ce3889612234645ffca authored almost 10 years ago by Tute Costa <[email protected]>
README & CHANGELOG update

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 00967d304f9120092e4046fe33c251e49cbc53e7 authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #611 from chriswarren/custom-token-generators

Allow custom access token generators to be used

github.com/doorkeeper-gem/doorkeeper - aa345ddf23c91b9f38df159c31315f9902677e99 authored almost 10 years ago by Tute Costa <[email protected]>
Remove a test: we always expect arguments

github.com/doorkeeper-gem/doorkeeper - e77227f16db070cb0826966f2db4c0743c380fbc authored almost 10 years ago by Christopher Warren <[email protected]>
Pass resource_owner_id to the custom generator

We are able to look up the owner and populate token payloads

github.com/doorkeeper-gem/doorkeeper - 5e93f24df969e8f88dcc2b514d81c70d07cd93fd authored almost 10 years ago by Christopher Warren <[email protected]>
Switch to constantize instead of eval for security

It means we need to more explicitly declare the token generator

github.com/doorkeeper-gem/doorkeeper - 7a4dd94df77699f9a643127fba63c7c43625f782 authored almost 10 years ago by Christopher Warren <[email protected]>
allow usage of custom token generators

github.com/doorkeeper-gem/doorkeeper - 6a3b3a0609e790354dc23ae8dbd34c488f44b19b authored almost 10 years ago by Christopher Warren <[email protected]>
Release version 2.1.4

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 8fef4d2492257c91aaef585b096dfadd4847e1c5 authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #606 from jzw/custom-token-expiration-for-client-credentials-flow

Add custom access token expiration support for Client Credentials flow

github.com/doorkeeper-gem/doorkeeper - 562ff6b8c4902a864bab2994eb29f860ba37055d authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #609 from maclover7/patch-1

Upgrade Rails to the 4.2.0 release from RC2

github.com/doorkeeper-gem/doorkeeper - 16e2316fdc7fdf9e395fc202097f235833cb3a84 authored almost 10 years ago by Tute Costa <[email protected]>
Upgrade Rails to the 4.2.0 release from RC2

github.com/doorkeeper-gem/doorkeeper - f16e1f9c9b3eafc08c8aaf725bb3a65f10c90d47 authored almost 10 years ago by Jon Moss <[email protected]>
Update README.md

Added description how to Protect your API with OAuth when using Grape
after PR 567.

https://git...

github.com/doorkeeper-gem/doorkeeper - 2258af3e280778901960d69c80cc120bd139ec4d authored almost 10 years ago by RinkeRiezebos <[email protected]>
adding custom_access_token_expires_in support for Client Credentials flow

8d17a7a introduced a configuration option for a custom application-specific
access token expirat...

github.com/doorkeeper-gem/doorkeeper - c125234faac52fab810f2b25c095751dba4e18c8 authored almost 10 years ago by Zac Williams <[email protected]>
Show in README doorkeeper plays friendly with Grape

[ci skip]

github.com/doorkeeper-gem/doorkeeper - ab8cf72d80c2b60ed946ac461c0ac2a9e87fb34e authored almost 10 years ago by Tute Costa <[email protected]>
CHANGELOG update [ci skip]

github.com/doorkeeper-gem/doorkeeper - 2a051d0490a345df13ca6470e874e66a19444b0f authored almost 10 years ago by Tute Costa <[email protected]>
added grape helper

includes decorated request as suggested by @littleowllabs

github.com/doorkeeper-gem/doorkeeper - ff0da094a6dfe60c68c99f5cba70dd91336f923e authored almost 10 years ago by Hobofan <[email protected]>
Limit scopes in app scopes for client credentials

With following configuration:

* `doorkeeper.configuration.default_scopes` set to `public`.
* `d...

github.com/doorkeeper-gem/doorkeeper - fff6412c5c2d12edf532c7e26a4e20a143f2cb20 authored almost 10 years ago by Ji Zhou <[email protected]>
Add `scope` for refresh token scope param

According to RFC6749 [Refreshing an Access
Token](https://tools.ietf.org/html/rfc6749#section-6)...

github.com/doorkeeper-gem/doorkeeper - e8d6c3608b0c3546f98477fb667e5d7fa11122af authored almost 10 years ago by Ji Zhou <[email protected]>
Adds specs specifying doorkeeper_authorize params

Related: https://github.com/doorkeeper-gem/doorkeeper/issues/591

github.com/doorkeeper-gem/doorkeeper - 9ebd8b31fa51842a60f969b90f3d8d7008b148df authored almost 10 years ago by Tute Costa <[email protected]>
No need of application owner mock

FactoryGirl does it in one line.

github.com/doorkeeper-gem/doorkeeper - 09cb679186a3197fcc29c7e315e3bcd13ae02de1 authored almost 10 years ago by Tute Costa <[email protected]>
Release version 2.1.3

CHANGELOG update.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - d983f5f71848c956085949cd28198370e8ab3179 authored almost 10 years ago by Tute Costa <[email protected]>
Reactors on ScopeChecker::Validator

After merging
https://github.com/doorkeeper-gem/doorkeeper/pull/588

github.com/doorkeeper-gem/doorkeeper - fc5e7bfcf1e39e12cd80f2230c3767879999ff1a authored almost 10 years ago by Tute Costa <[email protected]>
Adds integrations tests

Thanks for your work, Grzesiek Kolodziejczyk (@grk).

github.com/doorkeeper-gem/doorkeeper - 62352192ffab7f37f6c7f34726314e20c6675b3d authored almost 10 years ago by Tute Costa <[email protected]>
Fixed bug with scopes_match? where it returned true when passed param_scopes included token_scopes while having some additional scopes

github.com/doorkeeper-gem/doorkeeper - 03008f59878f03c4387f7c7f96df7fa9facb962b authored almost 10 years ago by akkolvt <[email protected]>
Bring `#valid_doorkeeper_token?` back to life

[fixes #587]

github.com/doorkeeper-gem/doorkeeper - 778c48edb24888c463bc36300dde312716359950 authored almost 10 years ago by Tute Costa <[email protected]>
Update gemspec dependencies

github.com/doorkeeper-gem/doorkeeper - e24d704fd77ce51d6095d209d4feb195b6ccd8f9 authored almost 10 years ago by Tute Costa <[email protected]>
Add RELEASING document

github.com/doorkeeper-gem/doorkeeper - 86a3025ef66cea1b6e2c6ca9400383ace5f0121f authored almost 10 years ago by Tute Costa <[email protected]>
Release version 2.1.2

CHANGELOG update.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 486fcc97d71210392f5626d73c8a7029d439e001 authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #583 from crabonature/activerecord_orm_fix

AccessToken should establish proper connection

github.com/doorkeeper-gem/doorkeeper - 749f81b6fc179281f02ced3e817d2623cf3477b9 authored almost 10 years ago by Tute Costa <[email protected]>
AccessToken should establish proper connection

github.com/doorkeeper-gem/doorkeeper - 5963f33d573e75cae3cdfc10f3fd09d6005a9a93 authored almost 10 years ago by Marcin Szczepaniak <[email protected]>
Merge pull request #582 from delba/case-insensitive

Make the Authorization header case insensitive

github.com/doorkeeper-gem/doorkeeper - a4e9dde8aef6f32c2059a9aead36e7616ee5c331 authored almost 10 years ago by Tute Costa <[email protected]>
Make the Authorization header case insensitive

Some oauth2 libraries are writing Authorization headers field names in lowercase and thus can't ...

github.com/doorkeeper-gem/doorkeeper - 37862f2dc1db0dbd51ef9742decc1f596a1cd75d authored almost 10 years ago by delba <[email protected]>
Enable tests with Ruby 2.2

Adds rubysl-test-unit for Rails 4. See issue:
https://github.com/rspec/rspec-rails/issues/858

r...

github.com/doorkeeper-gem/doorkeeper - 56285f20d8a32fc04cdd82e73e8d186110a7a5f0 authored almost 10 years ago by Tute Costa <[email protected]>
Filter out sensitive parameters from logs

[fixes #576]

github.com/doorkeeper-gem/doorkeeper - d6bca5f32b741b8cee83a4aeb818338b919181fe authored almost 10 years ago by Tute Costa <[email protected]>
Refactor Doorkeeper::Rails::Helpers

Makes explicit what the public API is to inject doorkeeper behavior into
application endpoints.
...

github.com/doorkeeper-gem/doorkeeper - db9c00f68c8d921b2f0c9997be0ab2c05d830ef0 authored almost 10 years ago by Tute Costa <[email protected]>
Remove Ruby 1.9.3 from test matrix

Reaches end of life on February 23, 2014. Doorkeeper shouldn't run on
Ruby versions that don't r...

github.com/doorkeeper-gem/doorkeeper - e33343965dbba7db7d1252a71ddd7b85a27c5fa7 authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #574 from kaleworsley/remove_authorization_update_route

Remove unused update authorization route.

github.com/doorkeeper-gem/doorkeeper - b1925ece792dfe21bc59e62796bfce0c12e7c848 authored almost 10 years ago by Tute Costa <[email protected]>
Remove unused update authorization route.

github.com/doorkeeper-gem/doorkeeper - d04cecef7200e5e35968de8c16e033210f9b08a1 authored almost 10 years ago by Kale Worsley <[email protected]>
README update.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - d868392ae16978e52f85477a7459122a00e11971 authored almost 10 years ago by Tute Costa <[email protected]>
Remove from Travis CI unmaintained Rails versions

Doorkeeper won't support versions of Rails that are not updated for
severe security issues. See:...

github.com/doorkeeper-gem/doorkeeper - 2b68bb0934a3d55fa4e21e4453d3b8ef72771cb1 authored almost 10 years ago by Tute Costa <[email protected]>
Release version 2.1.1

CHANGELOG update.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 47d16af9d5ff7ce39935818ca970059ce898207b authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #568 from pjambet/memoize_token_authorize_response

TokensController: Memoize strategy.authorize_response result

github.com/doorkeeper-gem/doorkeeper - 77a11d0d682e9beb809ef92faa9a1cf1ec79dcd2 authored almost 10 years ago by Tute Costa <[email protected]>
TokensController: Memoize strategy.authorize_response result

Because strategy.authorize is not idempotent, we need to memoize the
result if we need access to...

github.com/doorkeeper-gem/doorkeeper - 3a12f50a6a75dde67317b4b52914eafd15810333 authored almost 10 years ago by Pierre Jambet <[email protected]>
Merge pull request #571 from dwilkie/fix_missing_column_check

Fix relation "oauth_applications" does not exist

github.com/doorkeeper-gem/doorkeeper - b68e987d7e319336fd29953de21f7facb3cd3180 authored almost 10 years ago by Tute Costa <[email protected]>
Fix line length

github.com/doorkeeper-gem/doorkeeper - 0a6163c84754282fc0bd6cbb7a7531d295e0a2ab authored almost 10 years ago by David Wilkie <[email protected]>
Check that the applications table exists before checking that the table has the 'scopes' column

github.com/doorkeeper-gem/doorkeeper - 36d4c147e96013f76233b4a08ca131d585703bdf authored almost 10 years ago by David Wilkie <[email protected]>
Merge pull request #570 from yui-knk/fix/space

Remove space

github.com/doorkeeper-gem/doorkeeper - 63167d6f314318b847b484d26ce6d0b3a835015d authored almost 10 years ago by Tute Costa <[email protected]>
typo fix

Related with #560
https://github.com/doorkeeper-gem/doorkeeper/pull/560

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 421a191cc0aa2a72c749dff8eb1eb654faffe5dc authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #560 from koriroys/patch-1

typo fix

github.com/doorkeeper-gem/doorkeeper - 90a9a189396d8199531c26732dd4e5946bcc4620 authored almost 10 years ago by Tute Costa <[email protected]>
Adjustments after #481 merge

github.com/doorkeeper-gem/doorkeeper - 5416e20f707c46e8e975ebf6aae7cad823064f2d authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #481 from 3dna/master

Customize token flow OAuth expirations with a config lambda

github.com/doorkeeper-gem/doorkeeper - f868374253dd2ed6116c6be9b882997a71ca62f0 authored almost 10 years ago by Tute Costa <[email protected]>
Customize token flow OAuth expirations with a config lambda

github.com/doorkeeper-gem/doorkeeper - 8d17a7a897db18ab5f00d823b904cb0d59ed70f0 authored almost 10 years ago by David Huie <[email protected]>
Merge pull request #554 from elskwid/patch-1

Remove Metal integration link from README.md

github.com/doorkeeper-gem/doorkeeper - e8b5717d52b0f40204389d8e0c560e5f0aa45e42 authored almost 10 years ago by Tute Costa <[email protected]>
Remove Metal integration link from README.md

Removes unused link in README since the Metal integration information was modified and mostly re...

github.com/doorkeeper-gem/doorkeeper - 4491ee1addf2551de969d4eb986a26ea3dd00abe authored almost 10 years ago by Don Morrison <[email protected]>
Remove wildcard_redirect_uri option

This possibility combined with open redirectors (common in omniauth
clients, to redirect back to...

github.com/doorkeeper-gem/doorkeeper - fd57c475f4fb954faa62d7973d6c8382b5b6401f authored almost 10 years ago by Tute Costa <[email protected]>
CHANGELOG update:

Make it more obvious which can be potentially backward incompatible
changes.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 6ab4dc8f15e7d599d1d32bd95c2fe04394de5a2b authored almost 10 years ago by Tute Costa <[email protected]>
Release version 2.1.0

I yanked version 2.0.2, this was a minor release, not a patch release.

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 1415013c652009340717d173dcb72bf6d2d119b5 authored almost 10 years ago by Tute Costa <[email protected]>
Release version 2.0.2

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 34ff5be4ce1c76672159ba57d92f7a3c0bc9132c authored almost 10 years ago by Tute Costa <[email protected]>
Update CHANGELOG.md

[ci skip]

github.com/doorkeeper-gem/doorkeeper - e605dea054b8b286dc0d9acd2a17093a0db48257 authored almost 10 years ago by Tute Costa <[email protected]>
Check application scopes in AccessToken if present

Fixes #542

https://github.com/doorkeeper-gem/doorkeeper/issues/542

github.com/doorkeeper-gem/doorkeeper - 55962279659797b2debc33f4978a35e3e8be7673 authored almost 10 years ago by Tute Costa & Avi Gilligan <[email protected]>
Remove deprecated call from test env

github.com/doorkeeper-gem/doorkeeper - b647a8024329458e8b9fdbb2aba344979b803591 authored almost 10 years ago by Tute Costa <[email protected]>
Merge pull request #548 from maclover7/rails-4.2.0-is-live

Update .travis.yml

github.com/doorkeeper-gem/doorkeeper - fc110a89787e3481bb7aa7fce556358679511126 authored almost 10 years ago by Tute Costa <[email protected]>
Update .travis.yml

Make it so Travis will use the live version of Rails 4.2.0.

github.com/doorkeeper-gem/doorkeeper - a852f55eddc2f680e8dc587f9c394618237939b1 authored almost 10 years ago by Jon Moss <[email protected]>
Merge pull request #547 from maclover7/application-has-to-be-doorkeepers

Application has to be doorkeepers

github.com/doorkeeper-gem/doorkeeper - e3e552671d45dc3fdd50a5d3d84e3632cf05b0cc authored almost 10 years ago by Tute Costa <[email protected]>
Make error message more descriptive and actionable.

github.com/doorkeeper-gem/doorkeeper - ce38be2d0ead35b68a6d76cffa8827013ac25f39 authored almost 10 years ago by Jon Moss <[email protected]>
Update CHANGELOG.md

github.com/doorkeeper-gem/doorkeeper - 42c7291fa4e389b8f591d0c6fd522a449bcd41bf authored almost 10 years ago by Jon Moss <[email protected]>
Application has to be Doorkeeper's

So, Doorkeeper::Application instead of Application

If you have another model with the name Ap...

github.com/doorkeeper-gem/doorkeeper - 7c5f9c0cac7de194ee13180a6edddbf409cf3883 authored almost 10 years ago by Jon Moss <[email protected]>
Merge pull request #545 from rtircher/check-db-connection

Ensure connection to the database before checking for missing columns

github.com/doorkeeper-gem/doorkeeper - 7ba84e9df7c9d5f1e5bc1dbc5c4f416c2429cfd2 authored almost 10 years ago by Tute Costa <[email protected]>
Ensure there is a connection to the database before checking for missing columns

github.com/doorkeeper-gem/doorkeeper - c0e25987efda8ea38c9351f4cb12a120e15f1b48 authored almost 10 years ago by Renaud Tircher <[email protected]>
CHANGELOG update

github.com/doorkeeper-gem/doorkeeper - 2b8d964e6a4c2b88369b0104a793c110652f8f34 authored almost 10 years ago by Tute Costa & Avi Gilligan <[email protected]>
Refresh tokens error response bugfix

According to spec, expired refresh tokens should respond with
`invalid_grant` rather than `inval...

github.com/doorkeeper-gem/doorkeeper - 722113f59b892649006e346c3d9424250cccd0b9 authored almost 10 years ago by Tute Costa & Avi Gilligan <[email protected]>
Prevent database_cleaner regression

Downgrades to 1.3.0. Happens only in mongoid4.

https://travis-ci.org/doorkeeper-gem/doorkeeper/...

github.com/doorkeeper-gem/doorkeeper - c924a7e63d79757d1a766b373a1eb743f5a6123d authored almost 10 years ago by Tute Costa <[email protected]>
Disable default implicit and password grant flows

Also updates dummy aplication's doorkeeper initializer.

Users should enable those options if th...

github.com/doorkeeper-gem/doorkeeper - 2115a5243b4663090b49c872a1837f6dda6b0b91 authored almost 10 years ago by Tute Costa <[email protected]>
Add links to IETF standards in README

github.com/doorkeeper-gem/doorkeeper - b495351ae7602c4075074e44d6ea12235109cec3 authored almost 10 years ago by Tute Costa <[email protected]>
Move view messages to locale file.

github.com/doorkeeper-gem/doorkeeper - 9843f0147060dfb0425354a794dea7a8e62dd38a authored about 10 years ago by Luiz Armesto <[email protected]>
Remove test app's DB

github.com/doorkeeper-gem/doorkeeper - 6792dd9c6e4c0db97eabcdb4762a0b14b74ecd68 authored about 10 years ago by Tute Costa <[email protected]>
Merge pull request #538 from creasty/fix_app_scope_validation

Check application-level scopes in client_credentials and password flow

github.com/doorkeeper-gem/doorkeeper - c1634e257b818d9efe74e8f58984b99c55b4eac7 authored about 10 years ago by Tute Costa <[email protected]>
Check application-level scopes in client_credentials and password flow

github.com/doorkeeper-gem/doorkeeper - 0adcbbdf5bc20d4d8b63d10e758707d66951842e authored about 10 years ago by Yuki Iwanaga <[email protected]>
Merge pull request #540 from creasty/include_created_at

Include created_at in response

github.com/doorkeeper-gem/doorkeeper - 4aff66b6837648b555d0543fbb2063314c9624d3 authored about 10 years ago by Tute Costa <[email protected]>
Include created_at in response

github.com/doorkeeper-gem/doorkeeper - 0027b4ccd56cfec08b72624078463257ef565958 authored about 10 years ago by Yuki Iwanaga <[email protected]>
Merge pull request #528 from caike/master

Guarantee consistent state when changing config.

github.com/doorkeeper-gem/doorkeeper - 4065c0788421fe3cfc77ec94f8c1eab53914a0da authored about 10 years ago by Tute Costa <[email protected]>
Guarantee consistent state when changing config.

This refactoring guarantees the application is not left in an
inconsistent state in case an erro...

github.com/doorkeeper-gem/doorkeeper - 237a62e8883e3decd05aab62d3aa4a693a3bd713 authored about 10 years ago by Carlos Souza <[email protected]>
Release version 2.0.1

[ci skip]

github.com/doorkeeper-gem/doorkeeper - 3444e56739816cdf414079aae2c2136fa869269c authored about 10 years ago by Tute Costa <[email protected]>
Merge pull request #527 from jherdman/fix-my-dumbass-mistake

Fix My Dumb-Ass Mistake (#526)

github.com/doorkeeper-gem/doorkeeper - dee8327aef1b73eb417324ea8f3252a4739f6d54 authored about 10 years ago by Tute Costa <[email protected]>
Fix Checking for Application Scope Migration

In #526 I mistakenly had an undefined exception being rescued which
broke checking that the migr...

github.com/doorkeeper-gem/doorkeeper - a307f0e0813b118e1f80e5ca948e0d983caa7703 authored about 10 years ago by James Herdman <[email protected]>
Merge pull request #526 from jherdman/resolve-525

Resolve #525

github.com/doorkeeper-gem/doorkeeper - ac5723edb337ab3bbbad77442effef9816ba5d78 authored about 10 years ago by Tute Costa <[email protected]>
Resolve #525

github.com/doorkeeper-gem/doorkeeper - e723095a9737a67099c341ada25735df75625cd0 authored about 10 years ago by James Herdman <[email protected]>
Changelog: CSRF is a SECURITY concern

github.com/doorkeeper-gem/doorkeeper - 85fc0a09e4b64794bef0cc97c5a92f115633a3f4 authored about 10 years ago by Tute Costa <[email protected]>
Add CHANGELOG note for just released v1.4.1

github.com/doorkeeper-gem/doorkeeper - e8eafac603ece62632d2c9dade8bcb2b65efd3dc authored about 10 years ago by Tute Costa <[email protected]>
Release version 2.0.0

[ci skip]

github.com/doorkeeper-gem/doorkeeper - db93345ae23d5a6370dd6ffcbebcd3e5dff9820b authored about 10 years ago by Tute Costa <[email protected]>