Ecosyste.ms: OpenCollective

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

github.com/ory/hydra

The most scalable and customizable OpenID Certified™ OpenID Connect and OAuth Provider on the market. Become an OpenID Connect and OAuth2 Provider over night. Broad support for related RFCs. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
https://github.com/ory/hydra

refactor: replace custom key generator with jose key generator

Closes https://github.com/ory/hydra/issues/1825

d2d551230ede27296cb3b488dd23b00b19b65d1a authored over 2 years ago
fix: remove goswagger generated client

e2c8809bedf1cf78ce163f58232c23aaedd11593 authored over 2 years ago
feat: support ES256 for generating JWTs

9a080ad2fa75c932da6ec0a40602cbfdeee8fd94 authored over 2 years ago
fix: use StringSliceJSONFormat instead of StringSlicePipeDelimiter (#3112)

Closes https://github.com/ory/hydra/issues/2859

1d9891dcf14cdb0e18aa071e053675475f5d787b authored over 2 years ago
chore: update fosite dependency

5835ede15c5c6e536ab7b5d45293c8d41bac4f8f authored over 2 years ago
test: update resource limits

9e9ea94607c4d9b45e2951adc852d6cb7ffc2d96 authored over 2 years ago
feat: support alternate hashing algorithms for client secrets

This patch adds support for hashing client secrets using pbkdf2 instead of bcrypt, which might b...

ddba42f49837c48d4ee9bf9203ffa81f3b31757c authored over 2 years ago
refactor: rename `hydra clients create` command

Renames the command to `hydra create client` and changes CLI flags.

BREAKING CHANGE: Command `h...

76eb93c352d5f51bb6f76be82d6ac5fe3a7264be authored over 2 years ago
chore: upgrade crdb to v22.x

791f5d124317cabce90ab3631ae81a7a99935b0c authored over 2 years ago
chore: remove unused code

47daf0a1bc1f0e0d851fcfe1f308557ebde6b936 authored over 2 years ago
fix: incorrect queries

255b4e225bfaa7b6b9b61354d708be919527ee82 authored over 2 years ago
refactor(client): replace limit and offset parameters with page_token and page_size

BREAKING CHANGES: To better support TB-scale environments, the OAuth2 Client HTTP API's query pa...

23585b579776f5fe058a95b06556c27a8d1da0c4 authored over 2 years ago
refactor: rename `hydra clients list` command

Renames the command to `hydra list client` and changes CLI flags.

BREAKING CHANGE: Command `hyd...

1c0f971e8be56697d0f15f1cc59e6d68744f77ad authored over 2 years ago
refactor: rename `hydra clients delete` command

Renames the command to `hydra delete client` and changes CLI flags.

BREAKING CHANGE: Command `h...

dea2fdd0056770173aabad1c4a1497e8f5a8f38a authored over 2 years ago
refactor: rename `hydra clients get` command

Renames the command to `hydra get client` and changes CLI flags.

BREAKING CHANGE: Command `hydr...

edd4b43d279040534046f903cdd0f407322a7cf0 authored over 2 years ago
chore: reorganize definition

098a983180449748a758dfdc5a2776696f0cd0ac authored over 2 years ago
refactor: improve performance and reduce data use of consent persistence layer (#2836)

This patch changes the internal data structure and reduces four (sort of redundant) tables into ...

53862f290c21e599822e11d7554d6437419ee502 authored over 2 years ago
chore: update ory/x

8cea91d4a2e20dc2620e2961b7b2b35e3b3da87d authored over 2 years ago
refactor: CLI environment variables `HYDRA_URL` has been renamed to `ORY_SDK_URL`

BREKAING CHANGE: To follow ecosystem convention, environment variables `HYDRA_URL`, `HYDRA_ADMIN...

08bbbab1a9beb030cbea1487fd3d32e360a44c37 authored over 2 years ago
refactor: `hydra token revoke` command

BREAKING CHANGE: The `hydra token revoke` command has been renamed to `hydra revoke token` and n...

42e75c32c63cf029f4088bc277d4039059017771 authored over 2 years ago
feat(cli): significantly improved `create client`

This patch adds output formats to `hydra create client` and makes all client fields configurable...

bb9c8ba4f7736b6e737528604445dbed05f1b997 authored over 2 years ago
feat: make CORS config hot reloadable

2d5c8930de693bbed56c9c9c890b744ef199df31 authored over 2 years ago
refactor(jwk): rename SDK methods and introduce `/admin` prefix

BREAKING CHANGE: This release updates SDK services from `public` and `admin` to `v2`. Methods ex...

cd007bbb49bc8d544b5dcfa77088e76cf1ee0b2f authored over 2 years ago
refactor(consent): rename SDK method from `revokeAuthenticationSession` to `adminRevokeOAuth2LoginSessions`

BREAKING CHANGE: Rename SDK method from `revokeAuthenticationSession` to `adminRevokeOAuth2Login...

0a5ebe8fa1eadd00756eb084a2bc654b349ed071 authored over 2 years ago
feat: improve refresh token error messages

2769c9b369d133f1766912cdf07c4c0cf214d133 authored over 2 years ago
refactor: finalize consent SDK methods

53d225a9806a73a9b2c9fef585ebd63301272f34 authored over 2 years ago
refactor(oauth2): rename SDK method from `userinfo` to `getOidcUserInfo`

BREAKING CHANGE: Rename SDK method from `userinfo` to `getOidcUserInfo`.

4e554e7a938911f2a9a2a6b6ad2da602f0642095 authored over 2 years ago
refactor(trust): rename SDK method from `getTrustedJwtGrantIssuer` to `adminGetTrustedOAuth2JwtGrantIssuer`

BREAKING CHANGE: Rename SDK method from `getTrustedJwtGrantIssuer` to `adminGetTrustedOAuth2JwtG...

210116e32af61cc4720f8bc8da5348bb076e0a1a authored over 2 years ago
feat: implement NID

b7fc2bff532aed6b87793d9f3236a69d1be322a1 authored over 2 years ago
feature: create networks table

a2c5e142040c25e68668d881f7cfda8e360e4d8a authored over 2 years ago
test: refactor migration tests to use fixtures (#2936)

Closes #2901

7b966515fd712ac7ed0416b5c806b2c7cc245a2f authored over 2 years ago
autogen(docs): generate cli docs

9d01e24890169a3447d4ae7e0a943df20cf20007 authored over 2 years ago
chore: change metric name and make Go 1.19 compatible (#3223)

ac279c38f7ad22821d9a5681d81cac79d348fa8d authored over 2 years ago
fix: resolve a merge conflict in migration_test (#2811)

acb16c1c273e023c8c3854f7fc36ba653085c828 authored over 2 years ago
feat: deprecate autoincrement primary key in hydra_jwk (#2789)

Closes #2788

b76a1514b79a3e5ff178057b762b01053854e976 authored over 2 years ago
test: update paths to reflect new admin api

549deda85231b04d031f56ecd116e959c72d767d authored over 2 years ago
autogen(openapi): Regenerate swagger spec and internal client

e4d17df7a16af83aa8603fa94cbba48db0a6216d authored over 2 years ago
fix: fix hydra_client pk change mysql down migration (#2791)

560accee306a6f3b599798561230152579981085 authored over 2 years ago
refactor: rename `access_log` to `request_log`

BREAKING CHANGE: Configuration keys have changed:

```patch
serve: {
public: {
- access_log...

223c8bc2b1ec002725f834e316735f2d9a34fe5b authored over 2 years ago
test(conformity): revert admin prefix

580f33b1fffab2efbf37281a7fd96a2293f35fb3 authored over 2 years ago
chore: format

da0feb75549322d01b1685b0a9648d694f3416b9 authored over 2 years ago
fix: remove obsolete type patches

e670d68dad332824a49875e014d6957653eef4a2 authored over 2 years ago
chore: remove cypress screenshots

019f6bf3c66875bc49281d48530641c4c98d1cd8 authored over 2 years ago
chore: address merge conflicts

22d4a92416eb865140e5fc7913879b3f5a3293d5 authored over 2 years ago
fix(config): add default to supported types.

f4812c85872e852219c0baffab7a845c64c5795b authored over 2 years ago
chore: regenerate SDKs

f5d89636acd469510b28ff52b236af0900155a55 authored over 2 years ago
fix: replace of consent session expires values

e1731baf51676d70cf04e6e674df697d4af3298c authored over 2 years ago
fix(sdk): genericError type

21c579ad40d2802e91c3fcc6ee910e44499b07cb authored over 2 years ago
fix(sdk): make session uniquely named

468e27d0ddd206839f24166b85989dbcebcc215d authored over 2 years ago
chore: regenerate SDKs

2adb928cec1740ed65db7c59b1b5e0dad2219816 authored over 2 years ago
chore: update openapi-generator to 6.0.1

f1b0603adcaccd10d5213be226730f11677a438e authored over 2 years ago
fix: speed up health checks

eafa2bb488bf55e035d55f3974c0766e4ede123e authored over 2 years ago
feat: upgrade go-swagger

cce8d60969a33d28227e59c39b598105d5544bf4 authored over 2 years ago
fix: remove unused swagger struct

4ff0690d895280b15b1a2f88540766b2adfe6f04 authored over 2 years ago
feat: pass options from root

2f91ef471c53a6cc444331fbc840ec136e8a3fb7 authored over 2 years ago
fix: make servicelocator explicit

3a263854d86e63a75b5e6a73cab81ba7a60ccfe9 authored over 2 years ago
fix: move to v0alpha2 api spec

a364db4ff2cbd65116358929f9e5bb37fde0cc88 authored over 2 years ago
fix(sdk): omit DefaultSession

954aa5f3a142e70e2c98f5917b9170bb57df91fc authored over 2 years ago
fix: consistently use RS256 in hot reloading

63761357c2b186397c9023ff36ed9c9f1ce772d6 authored over 2 years ago
fix: prefix paths correctly with /admin

e130dfa93c596f86b057dfb35bcea6e58874f76c authored over 2 years ago
fix: conditionals in db-diff

a006b0488272b45fe98a332521a21984424a9787 authored over 2 years ago
fix: improve migration status speed

1a4abd6da98874360ba18d0cdff26980a1dad461 authored over 2 years ago
fix: cache migration status

7e25fdbdeafa551430eb997d931f7e48573f0675 authored over 2 years ago
test: fix resp.bodyclose lint error

f0f5223a7c84c1599658d2e33eeae6e83dd5f734 authored over 2 years ago
fix: docker instructions

063f61beb2e931844a9eb6e7cd6e8776182e46df authored over 2 years ago
feat: deprecate autoincrement primary key in hydra_client (#2784)

Closes #2781

6d01e2e79b4925c84514d9d47dcd945aee2fafbf authored over 2 years ago
chore: code review

dc11913681d64aa807b0f234d6696aacc8089120 authored over 2 years ago
test: fix a flaky test

51600f499d9e9ebc18ca6293230b94034b498798 authored over 2 years ago
chore: delete unused code

96adcb845cae619d357964eddb22d1aabe56657d authored over 2 years ago
refactor: generated UUID variant & version test (#2793)

Closes #2792

697813e185045cabe997bf3a95de02089eea1a0f authored over 2 years ago
test: update snapshots

5f5c81ea0883d83d5d1f6a52cca9c3a7148adfd8 authored over 2 years ago
chore: update prettierignore

e07e578b57d76bc6cb45f3b3a1ac9c272698820a authored over 2 years ago
fix: handle server error when refresh token requests come same time (#3207)

Signed-off-by: sawadashota <[email protected]>

b0196c046b09fa80dfa15a14f343c407ef3500b2 authored over 2 years ago
autogen(openapi): Regenerate swagger spec and internal client (#2812)

20f2bcda0078b34b5c08579da7892d1f8e258d53 authored over 2 years ago
feat: custom client token ttl (#3206)

This change introduces a new endpoint that allows you to control how long client tokens last. No...

9ef671f284a95e69b60d032acd6da1a6a06219b5 authored over 2 years ago
fix: use --yes flag in db-diff

36ddb6155786c5b5ac6d83a3e3761a4768bded82 authored over 2 years ago
fix: add json1 tag everywhere

dd1d733b0a162b45c2d11ab7f8cd7ec9f8e5e73b authored over 2 years ago
chore: add json1 tag to db-diff

c38e700f7b52bbca5d9bee48cb739a7cd8a80951 authored over 2 years ago
fix: resolve migration regressions

BREAKING CHANGES: We removed compatibility with unsupported database versions (e.g. MySQL 5.6). ...

5552e4df97bb5990e05f19d38aca98b614b4f48a authored over 2 years ago
feat: better control for cookie secure flag

90d539f53dd5d9bacf9dac5a20901990486799f1 authored over 2 years ago
feat(client): respect ip restrictions in client validation

cafe89ad2285a141c642b26d079c2b865db60935 authored over 2 years ago
fix(oauth2): incorrect TTL override

7893a980387e3d29978e535e81331014ac41820a authored over 2 years ago
fix(cli): output format issues

fe3c89900d416069d879e4647c6221153c8444b2 authored over 2 years ago
fix(config): support number

ab6a9ee23dc4f05b3e8a8d8daff16be65a42b354 authored over 2 years ago
fix: `max_age=0` forces authentication

Closes #3034

2597f190e83b2fdc98818892b89da3ecab644303 authored over 2 years ago
refactor(consent): rename SDK method from `rejectLogoutRequest` to `adminRejectOAuth2LogoutRequest`

BREAKING CHANGE: Rename SDK method from `rejectLogoutRequest` to `adminRejectOAuth2LogoutRequest`.

cdffa1e053d67190c59b927b966eddb0aba6ba64 authored over 2 years ago
fix: pop compile issue

3e7b6b412ea524529cad8d716a23c785f7c3e466 authored over 2 years ago
fix: improve health check reporting

1bd0c52302ce0c14a901e4120cbef558dab54962 authored over 2 years ago
feat(sdk): type nulls

fe70395ae58e52a573bfac7385941d4504a1e403 authored over 2 years ago
chore: fix lint issues

3632a6cf6a85bff525eeda7b272f843b8649e65d authored over 2 years ago
fix: improve time validation

b32ff33f586c97c8a4c8083378deb898ba11bcbd authored over 2 years ago
fix(config): correct salt detection

2b6350c0e6be0317a47896cda7102e6a6c22199c authored over 2 years ago
fix(config): disallow additional properties

902276991df4ff3d303d11c262fcbfc896b464b4 authored over 2 years ago
fix: improve duration pattern

6c8dda8667efdd528df3184a1e9384c0213a8b91 authored over 2 years ago
feat: make all ui urls relative

370a48747aea3e311d4ea87887533e9ed6d83b52 authored over 2 years ago
feat: add embedx helpers (#3189)

ee9032ce1005f930cd100bf52a170a5483fb3f79 authored over 2 years ago
docs: update config key descriptions

919170ffd689cd8eddd44f3eb47d9fb498adf922 authored over 2 years ago
fix: docker image build

1d8a8fff8c41eece869c0fcc2c40d219ee2d0ff9 authored over 2 years ago
feat: add nid tests and resolve issues (#3102)

a84c5f5064a935a745a52a42575fd57bc3dee94f authored over 2 years ago
feat: switch to otelx (#3108)

05eaf6d3be68f52cbed4de2a8586bfa777d1187f authored over 2 years ago