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
github.com/doorkeeper-gem/doorkeeper - 819edd3594de9bb9c935b8a703daabb26d8d1ccc authored over 5 years ago by Nikita Bulai <[email protected]>
Updates the requirements on [danger](https://github.com/danger/danger) to permit the latest vers...
github.com/doorkeeper-gem/doorkeeper - e419f0afce5ba67ffce8b57af42e02caa1ca8a7d authored over 5 years ago by dependabot[bot] <[email protected]>github.com/doorkeeper-gem/doorkeeper - 1599577d36e55494afb6046f3d4d7515077e1b3a authored over 5 years ago by Nikita Bulai <[email protected]>
Update and/or introduce Rubocop (Hound) rules
github.com/doorkeeper-gem/doorkeeper - 78347f8a2f6a848369ce398491ae06c7b4279446 authored over 5 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 3e377489bf3585e7b649ab3a44bef0105e6d160d authored over 5 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - 7e16d1b3be5b202a3f31aee3f62b2cb87275b4f6 authored almost 6 years ago by Nikita Bulai <[email protected]>
custom-base-controller link changed
github.com/doorkeeper-gem/doorkeeper - 860318bc344e580d6c299b0004d29a3db5b657b1 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 45bbf0437e1f3d07bc7b1d21b8ed77e127424af6 authored almost 6 years ago by Nikita Bulai <[email protected]>
Unify hashing implementation into secret storing strategies
github.com/doorkeeper-gem/doorkeeper - 7e4f56c4c186fd3d4e3a31a07d2ecfadcae133db authored almost 6 years ago by Nikita Bulai <[email protected]>
This commit provides a unified implementation for token and
application secret storing. Instead ...
github.com/doorkeeper-gem/doorkeeper - 73d0f741375ac64b66de8014642a22a21c90c8d8 authored almost 6 years ago by Eric Guo <[email protected]>
Add nil check to `expires_at` method.
github.com/doorkeeper-gem/doorkeeper - 8401d8c1b8a11aaa95217ebfb0d22a4d2d285c45 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 43e41fb9db37b322b6b05b8e732516028d884b3f authored almost 6 years ago by Mihail-K <[email protected]>
scopes field accepts Array
github.com/doorkeeper-gem/doorkeeper - fe1378f2efb85a849c03097092a6fe80ed66474e authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 421be784fcdb13e7547459a92f84a260ce8a62dd authored almost 6 years ago by jasl <[email protected]>
Specify ruby 2.6 to 2.6.1 for TravisCI
github.com/doorkeeper-gem/doorkeeper - 5aa6bcb8ce77babf34301685a38beaa4eb252fde authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 7bfd1f8df307f292f36eecd6f86861a7bdd1c5d8 authored almost 6 years ago by jasl <[email protected]>
github.com/doorkeeper-gem/doorkeeper - 07886bcab91c5f86006d49102ace5931b12607f6 authored almost 6 years ago by Felipe Philipp <[email protected]>
github.com/doorkeeper-gem/doorkeeper - bfc6800784e6bab378f013a641fc7be55b8285d6 authored almost 6 years ago by Felipe Philipp <[email protected]>
Extract documentation to https://doorkeeper.gitbook.io/guides/
github.com/doorkeeper-gem/doorkeeper - 7059198a61b60b8d1a57e63a1f1fad62081e9077 authored almost 6 years ago by Felipe Philipp <[email protected]>Pass tests on Rails 6 and fix deprecated
github.com/doorkeeper-gem/doorkeeper - 5a2710605b916ad219b490f51bf3c809024a1f5f authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 7f5ea88095cc5fe067e2973e11564ff0e48b8aae authored almost 6 years ago by jasl <[email protected]>
minor CI relates update
github.com/doorkeeper-gem/doorkeeper - 41d16ddd6b8749eaac41e97d1c0eb8ed871e16e9 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 400232dc3e47b42d99465cbf1c86ebe84e4a2ec6 authored almost 6 years ago by jasl <[email protected]>
I noticed that is becoming really hard to get started with Doorkeeper,
there are lots of differe...
Fix token introspection tokens validation
github.com/doorkeeper-gem/doorkeeper - 04389dffb6663ca23897a80bed39fddf42da752f authored almost 6 years ago by Nikita Bulai <[email protected]>
Validate tokens in Token Introspection. Don't allow to introspect
token using the same token for...
Use correct HTTP status codes for error responses
github.com/doorkeeper-gem/doorkeeper - bfc09e287f56dc018ceb763e0928a1a2060e14bb authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 51b344477e1018a5813bdfd8b3eb0aceb31190b0 authored almost 6 years ago by Markus Koller <[email protected]>
Fix random spec failures
github.com/doorkeeper-gem/doorkeeper - 98ae644af34adff43eb6dc7c03a334cc5af2a4aa authored almost 6 years ago by Nikita Bulai <[email protected]>Fail before with seed 3152
github.com/doorkeeper-gem/doorkeeper - 326aa0537e6395b2963e3e588cd78644c108b1e4 authored almost 6 years ago by Vladimir Lyzo <[email protected]>Increase token complexity
github.com/doorkeeper-gem/doorkeeper - a729e80248031c1030c4dc0f89474932fe0d6603 authored almost 6 years ago by Nikita Bulai <[email protected]>
As stated in RFC6749 and RFC6750 Access Token value must be 1*VSCHAR
or 1*( ALPHA / DIGIT / "-" ...
Pass Doorkeeper::Application for custom TTL configuration block
github.com/doorkeeper-gem/doorkeeper - f1efa3bad878c810944e54a8445796e9b410b9d6 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - cb616cab3c88b03c9de63197c5750e35d1499275 authored almost 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - 9ae5f9fff7234123216ae56f37c73534a7373654 authored almost 6 years ago by Nikita Bulai <[email protected]>
Allow to customize Token Introspection response
github.com/doorkeeper-gem/doorkeeper - c4658ace599f6079c2473281a383d8a671c869b5 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - fba2ade75fb4344ff360e5512fd2c0b034e83a23 authored almost 6 years ago by Nikita Bulai <[email protected]>
Adds an option to set token_reuse_limit
github.com/doorkeeper-gem/doorkeeper - 00f4128536f1977f298ed9aa0560ffbd603a1709 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - ffe0fa396716c622a09a5bd490a12b3a34ca76d1 authored almost 6 years ago by rishabhsairawat <[email protected]>
Try to load bcrypt for hashing of application secrets, but add fallback.
github.com/doorkeeper-gem/doorkeeper - d5fd73b9ae712a4df73a375ac9e0f8871d81a51a authored almost 6 years ago by Nikita Bulai <[email protected]>
Currently bcrypt was an implicit dependency of the token hashing added
to bcrypt without explici...
github.com/doorkeeper-gem/doorkeeper - f2816becf0d62250aa76d019535b31084d1622f4 authored almost 6 years ago by Nikita Bulai <[email protected]>
Fix #1183: Use params instead of request.POST
github.com/doorkeeper-gem/doorkeeper - b4228450fda3af32b7168783b3664df4e9510bc5 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 02b8e47d6c85f4cc079d08e4dd3e828e7d83ca53 authored almost 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - b49a220614526098d177797dcd9c18edcd11b022 authored almost 6 years ago by Nikita Bulai <[email protected]>
Fix TravisCI for ruby-head and Rails 4.2
github.com/doorkeeper-gem/doorkeeper - d57f924b71f67d0be4e0cae217d09d560c51e52e authored almost 6 years ago by Nikita Bulai <[email protected]>
This issue https://github.com/travis-ci/travis-ci/issues/8717
helped to bypass default bundler v...
github.com/doorkeeper-gem/doorkeeper - c108fc08784edea19f01a3fee1ae99bf291fb5c0 authored almost 6 years ago by Nikita Bulai <[email protected]>
Fix client validation in authorization code flow
github.com/doorkeeper-gem/doorkeeper - 4e746cc56a49754d53398f7105de3fb3357a5357 authored almost 6 years ago by Nikita Bulai <[email protected]>Fix TravisCI build
github.com/doorkeeper-gem/doorkeeper - 17c1bb444b39411fa421703255598f58f7b689b7 authored almost 6 years ago by Nikita Bulai <[email protected]>
Ruby 2.3 and Rails 4.2 build failed because of incorrect bundler version
in TravisCI. Bypass thi...
* Return invalid_client error if client_id is missing
* Unify client validation interface across...
github.com/doorkeeper-gem/doorkeeper - cbf69c6ba7f0297e338c070ae48749c478442b58 authored almost 6 years ago by Nikita Bulai <[email protected]>
Fix #1170: add check for loopback IP URIs
github.com/doorkeeper-gem/doorkeeper - c5e39c9fddf40f3522d13eeba93d8d529ae65af7 authored almost 6 years ago by Nikita Bulai <[email protected]>
Fix issue for redirect URIs that is loopback IP
Paragraph 7.3 of RFC8252
AccessGrant: Fix hashed access when token hashing active
github.com/doorkeeper-gem/doorkeeper - ce969eee6c16aa8082b0c77ebb5968d9e9b6a57b authored almost 6 years ago by Nikita Bulai <[email protected]>This addresses #1180, sorry for missing this.
github.com/doorkeeper-gem/doorkeeper - 5253d3a1141a35bb5b89255dfacddc922d35e7c6 authored almost 6 years ago by Oliver Günther <[email protected]>adds an option to limit scopes by grant_type
github.com/doorkeeper-gem/doorkeeper - 3879a32d5da3634beb3b78446215df77d21085e0 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 80083c63088ccbae79c749013de7ecbf859efc10 authored almost 6 years ago by rishabhsairawat <[email protected]>
Implement optional hashing of tokens and secrets
github.com/doorkeeper-gem/doorkeeper - 9d934291473e6d9709b2f23a5ef9c202d7ac3279 authored almost 6 years ago by Nikita Bulai <[email protected]>
There have been previous requests with regards to encryption or hashing
OAuth secrets in the dat...
Define test factory classes using stringified class names
github.com/doorkeeper-gem/doorkeeper - 89d217aaa83133c1f540e331344c90e12e3baac7 authored almost 6 years ago by Nikita Bulai <[email protected]>
As described in https://github.com/doorkeeper-gem/doorkeeper/issues/1043,
factories defined by d...
github.com/doorkeeper-gem/doorkeeper - 18833b6b0a57a2749468cc74f02fdb45c5e987d6 authored almost 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - c4519564a93c2e2497c430561ea058e210ab049c authored almost 6 years ago by Nikita Bulai <[email protected]>
@see https://github.com/rails/rails/issues/34790
github.com/doorkeeper-gem/doorkeeper - e7903fc4b0c430d4dee6e2d8f4b50555276bcf66 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 3948c466c1a001b2e7c9b92156dc00151f9b541c authored almost 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - de4675e6da0eaa6754f18282d74902f17477ae4f authored almost 6 years ago by Nikita Bulai <[email protected]>
Use scopes_string internally
github.com/doorkeeper-gem/doorkeeper - 7d825c34da5182162b1523bc357f9c685525c166 authored almost 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - f23fa4b60ed896e40eadaf03365cb27a833614aa authored about 6 years ago by Alex Ghiculescu <[email protected]>
This allows you to override `scopes_string` if you want to set default scopes for a particular t...
github.com/doorkeeper-gem/doorkeeper - 9ddaf2a2aa6ea9fef8f65d5e79d9e2e3ede751cd authored about 6 years ago by Alex Ghiculescu <[email protected]>Update README.md
github.com/doorkeeper-gem/doorkeeper - 57092f793ce9e656ad45635ed54f1603d00545dd authored about 6 years ago by Nikita Bulai <[email protected]>remove useless tabulation
github.com/doorkeeper-gem/doorkeeper - 1928223b05914e3506bbcdb871b01e1ae9b0c707 authored about 6 years ago by Clément Prod'homme <[email protected]>github.com/doorkeeper-gem/doorkeeper - 2f919bfff5cbb355a26dfb0edc008fb8cd4909a5 authored about 6 years ago by Nikita Bulai <[email protected]>
Fix typo in commented description for initializer's generator template .
github.com/doorkeeper-gem/doorkeeper - 8246902049d83491d6c7edd881480ed003a8a793 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 19f48cff2859921650a723f3201df83394d2165e authored about 6 years ago by Ahmed Shahin <[email protected]>
github.com/doorkeeper-gem/doorkeeper - e6b9d39b96fe1d184afc545c0b80e795f0de647d authored about 6 years ago by Nikita Bulai <[email protected]>
Remove issue#854 when root_path is not set.
github.com/doorkeeper-gem/doorkeeper - a1a63979e312871f3083ec7bd07e3c79de0a84ae authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - c9ef3c1ff36a88affed28f479f7fa7780f6a8fd7 authored about 6 years ago by Louis Nyffenegger <[email protected]>
Fix #1161: check content type of PUT/PATCH/POST
github.com/doorkeeper-gem/doorkeeper - 69e115f66808fce9b30d6a6f1bfa230495792598 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - fa3a2d38f4c35d4b0af8c99e550a791c9a302651 authored about 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - f8ff643aa1e08fc6dd31ed86dfdb463b449ddc5a authored about 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - 67a2cfc6569e6ad1c9bed2b76eaba4e3ef698c15 authored about 6 years ago by Nikita Bulai <[email protected]>
Fix initializer template: change `handle_auth_errors` option
github.com/doorkeeper-gem/doorkeeper - 24ce77d8c1370ca68538d4b0ce2ae7586b4a34d4 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 0710976433424d89859b3856f94df8924715d979 authored about 6 years ago by k774 <[email protected]>
Fix #1157: remove redundant index from migration
github.com/doorkeeper-gem/doorkeeper - 04cf588811cbed6e8ee92b5d662f049a2c0bd773 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - b8189c870ea73816d83726a4b8f923759dfea90b authored about 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - 04ef0438f7432cbe53d9043a9a4df88cddcfe913 authored about 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - 6004331ca9d0f66520d05f32a7557a13538d5cc9 authored about 6 years ago by Nikita Bulai <[email protected]>
This spec breaks for ORMs.
github.com/doorkeeper-gem/doorkeeper - 35f782de16a29000c0cf60deeb674784783ccb64 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - cc7104f024d218da27b4f3a712ee53754f90e6e0 authored about 6 years ago by Nikita Bulai <[email protected]>
Refactor StaleRecordsCleaner to be ORM agnostic
github.com/doorkeeper-gem/doorkeeper - 72425150a95c4c5874ac2926b0ede90e705bd736 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - 614ec7d4b9db3bda309e118536e6f0533977ab69 authored about 6 years ago by Nikita Bulai <[email protected]>
[migration templates fix] migration generator template, resource_owner integer to references
github.com/doorkeeper-gem/doorkeeper - 0991dc2f51c6f6f102f4383b5f865315aeb39806 authored about 6 years ago by Nikita Bulai <[email protected]>github.com/doorkeeper-gem/doorkeeper - aa138efa6f0329c02d08acc67a4d2010917267fd authored about 6 years ago by atomiyama <[email protected]>
github.com/doorkeeper-gem/doorkeeper - f238ed09f9c41bad27d26fb4e2ecf8b84701d97b authored about 6 years ago by RealNobody <[email protected]>
github.com/doorkeeper-gem/doorkeeper - ca43070730e53016386b82dd327bdc730038dbf3 authored about 6 years ago by Nikita Bulai <[email protected]>
github.com/doorkeeper-gem/doorkeeper - fcc5e37cf33892403750579094a0895c63e7b666 authored about 6 years ago by Nikita Bulai <[email protected]>
Add proper client validation for Refresh Token strategy
github.com/doorkeeper-gem/doorkeeper - 946bbbd0f1be042f047c6e589e79a87df524649b authored about 6 years ago by Nikita Bulai <[email protected]>