-
Hello!
First things first, i think this is great! It's nice to have this package which bundles together the essentials for quick development of service-based applications!
However it would be gr…
-
I'm testing the newly added context propagation feature of both Hydra + Fosite and noticed my traces are missing chunks where I generate my JWTs:
![image](https://user-images.githubusercontent.com/…
-
Hi, does this project have a connection to https://github.com/samvera/hydra or https://www.w3.org/community/hydra/?
(in connection to https://github.com/samvera/hydra/issues/146)
-
SELECT 13, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
SELECT 13, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
On the install page documentation says to pull hydra-consent-app-express:v0.10.10 but tag "v0.10.10" does not exist
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
I know GraphQL theoretically has no problem fetching data in [JSON-LD format](json-ld.org), but I'm wondering if there could be more 1st-class support for:
- [Schema validation](https://developers.goo…
-
I am following the instructions(https://www.ory.sh/run-oauth2-server-open-source-api-security/) to start the Oauth2 server along with the hydra-consent-app-express, but the container fails to start.
…
-
Hi ,
If post request is sent directly to hydra-express with content-type as application/x-www-form-urlencoded then we are able to get the request body, but if the same request is sent through hydra…