hackerman
hackerman
Take the following code: ```go package main import ( "fmt" "github.com/gobwas/glob" ) func main() { var g glob.Glob // create simple glob g = glob.MustCompile("foo\\bar") fmt.Printf("%+v", g.Match("foo\\bar")) } ``` It...
Medium.js is released as 2.0.0-alpha something in bower, but only 1.0.1 in npm. Could you please push tag version 2.\* to npm?
It took me quite some time to get Medium.js (with invokables) working with Browserify and React. The reason is, that Medium.js (as it seems) requires Undo and rangy to get...
Currently, [BCrypt is used](https://github.com/gtank/cryptopasta/blob/master/hash.go#L40-L49) as the default password hashing and validation method. However, BCrypt has several shortcomings (listing the two most popular ones): - A maximum password length of 72...
The problem is that `ServeHTTP` detects that the cookie is missing. So it calls `RegenerateToken()` to create a new token. Because the downstream handler doesn't know that (and really has...
Calling `RegenerateToken()` in a request context where the client is _not_ sending a CSRF cookie, two CSRF cookies will be generated: ``` map[Set-Cookie:[csrf_token=aZA5CKCpmzGwlyfyFZp1akOOo4dSbZEdSAziaN+nRYE=; Path=/; Domain=example.com; Max-Age=31536000; HttpOnly; Secure csrf_token=xe/JUh5YavyzQtmIqU018swoHmPN5nQsTSqSJscKJU4=; Path=/;...
## To Do 1. [ ] Update OAuth2 blog post https://github.com/ory/web/blob/master/src/markdown/blog/run-oauth2-server-open-source-api-security.mdx 2. [x] In docs, search for `hydra clients create` commands and remove `--id` flag and rename `--callback` to `--redirect-uris`...
As we are working towards Ory Hydra v2.x we are introducing a feature freeze for the v1.x release branch. We will still accept security patches to v1.x but no changes...
**Describe the bug** The OIDC Conformity suite says: > Unexpectedly found email in id_token. The conformance suite did not request the 'email' claim is returned in the id_token and hence...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...