Matt Slocum

Results 3 issues of Matt Slocum

matching Hydra PR: https://github.com/ory/hydra/pull/3407 https://github.com/ory/fosite/pull/675 added `ory_at|pt|ac` prefixes to HMAC tokens. This is a good feature for detecting tokens in places they shouldn't exist. However, for security minded self-hosted implementations,...

Need to figure out how to do go mod vendoring still. ## Related issue(s) ## Checklist - [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [ ] I have...

In other implementations of mustache there is the ability to write a selector into an array by the index. Ex: `items.0.name`. This doesn't seem possible with the golang implementation. I...