History of auth @4509b84c-5d8f-4656-8a70-242053b8059a/main
- auth/jwt: MapClaims: export ClaimsFactory and provide implementations for Map and Standard claims factories Jaco Esterhuizen 4 years ago
- auth/jwt: MapClaims: passing Jaco Esterhuizen 4 years ago
- auth/jwt: MapClaims: failing test Peter Bourgon 5 years ago
- improved error handling on jwt.NewParser middleware and additional tests (expiration/notbefore) Bas van Beek 5 years ago
- Fixes from PR requests. Cameron Stitt 5 years ago
- Fix comments for middlewares. Cameron Stitt 5 years ago
- Remove ambiguous Claims type. Cameron Stitt 5 years ago
- Add *WithClaims methods to jwt middleware for more advanced usage. Cameron Stitt 5 years ago
- updates to reflect change in ServerRequestFunc Bas van Beek 5 years ago
- Use stdlib context instead of golang.org/x/net/context Peter Bourgon 5 years ago
- auth/jwt: fix and add comments Peter Bourgon 5 years ago
- add periods to function comments. Victor Vrantchan 5 years ago
- fix typo Victor Vrantchan 5 years ago
- Improvements based off PR comments Brian Kassouf 5 years ago
- typo in README Brian Kassouf 5 years ago
- s/impliment/implement Brian Kassouf 5 years ago
- Update README.md Brian Kassouf (commit: GitHub) 5 years ago
- Update README.md Brian Kassouf (commit: GitHub) 5 years ago
- Add README.md Brian Kassouf 5 years ago
- Remove unused keyset struct Brian Kassouf 5 years ago
- go back to the keyfunc method of passing keys to support signers who don't control the KID header Brian Kassouf 5 years ago
- Don't export the type of the context keys to avoid collisions Brian Kassouf 5 years ago
- Refactor extractTokenFromAuthHeader function Brian Kassouf 5 years ago
- Added tests for the type of error returned Brian Kassouf 5 years ago
- Updated tests to use the new KeySet object Brian Kassouf 5 years ago
- Refactor away from passing a function to passing a struct with multiple options for signing keys Brian Kassouf 5 years ago
- let's use a shorter invalid key Brian Kassouf 5 years ago
- add more tests around token parsing Brian Kassouf 5 years ago
- add tests for http transports Brian Kassouf 5 years ago
- Simplify the passing of tokens by removing the metadata requirement Brian Kassouf 5 years ago