hackerman

Results 1127 comments of hackerman

Hello, we had a call two weeks back with someone from BBC uView and laid out a plan for implementation. Unfortunately I don’t know the GitHub handle of that person....

Hi, thank you for the report - this would work if the issuer was `https://my-app.sh/openid` instead of `https://my-app.sh/`. But making this more configurable is an option of course! PRs welcomed...

This should be resolved on v2.x already :)

There are no more releases planned for the v1 branch, the next release will be v2.0-beta.1 :)

We can also cherry-pick https://github.com/ory/hydra/pull/2796/commits/e437e3ed60e49e245119ea43345403f8775122ad to master but we won't release it as the change is non-functional and importing this package is an edge case :)

You can probably also work around it by not using a go module proxy so basically `GOPROXY=direct`

``` server: cors: enabled: true ``` is not a valid Ory Hydra configuration. Could you please provide the configuration you are using so that we can better understand your problem?...

Thank you for the report! For the required type, it's kind of a mixed bag. Basically it makes most sense for a field to be required when it is expected...

I see! That makes sense. It’s actually funny because in Golang the generator works the other way around. Required fields are there generated as pointers (e.g. `*string`) which requires an...

For context please see: https://github.com/ory/hydra/pull/2823#issuecomment-953953549 We could probably include the expired property in the response, helping you identify when such a request has expired