1. a93f71f Merge pull request #157 from srenatus/patch-1 by Eric Chiang · 7 years ago master
  2. a5b30fd [nit] fix error message typo by Stephan Renatus · 7 years ago
  3. a4973d9 Merge pull request #153 from thomastaylor312/fix/expires_header by Eric Chiang · 7 years ago
  4. 57af5c3 fix(http): Allows 0 as an `Expires` header value by Taylor Thomas · 7 years ago
  5. d68c0e2 Merge pull request #148 from chancez/improve_json_unmarshal_err by Chance Zibolski · 7 years ago
  6. 748ba91 Check response content-type to improve message if cannot decode as JSON by Chance Zibolski · 7 years ago
  7. c797a55 Merge pull request #145 from ericchiang/cleanups-and-testing by Eric Chiang · 7 years ago
  8. 9e2f6d9 *: remove nonce verification code by Eric Chiang · 7 years ago
  9. ecdf5af *: various cleanups and improved unit testing by Eric Chiang · 7 years ago
  10. 5157aa7 Merge pull request #143 from ericchiang/fix-example by Eric Chiang · 7 years ago
  11. 056b7ef README: fix verifier initialization example by Eric Chiang · 7 years ago
  12. be73733 Merge pull request #138 from curtisallen/fix_issue137 by Eric Chiang · 7 years ago
  13. 52cd73c oidc: allow `none` in TokenEndpointAuthMethodsSupported by Curtis Allen · 7 years ago
  14. cf9c3b4 Merge pull request #135 from ericchiang/context by Eric Chiang · 7 years ago
  15. 8d3f38d http: remove test for CopyRequest by Eric Chiang · 7 years ago
  16. e03ca51 *: use std library's context package by Eric Chiang · 7 years ago
  17. f828b1f Merge pull request #132 from ericchiang/scheme by rithu leena john · 8 years ago
  18. f9eeac3 special case google accounts issuer validation by Eric Chiang · 8 years ago
  19. 91db2d3 Merge pull request #131 from ericchiang/google-issuer by Eric Chiang · 8 years ago
  20. 64d9f59 add an option to allow the issuer claim to be schemaless by Eric Chiang · 8 years ago
  21. 2cc7913 Merge pull request #129 from rithujohn191/update-verify-options by rithu leena john · 8 years ago
  22. c3a2c79 *: Update ID token Validation process to have stronger defaults. by rithu john · 8 years ago
  23. 2b5d730 Merge pull request #124 from rithujohn191/verify-token-expiry by rithu leena john · 8 years ago
  24. c100ff2 *: check if ID token has expired. by rithu john · 8 years ago
  25. 9e11711 Merge pull request #120 from rithujohn191/update-example-doc by rithu leena john · 8 years ago
  26. fefd899 example: Correct go run command in README. by rithu john · 8 years ago
  27. dedb650 Merge pull request #119 from ericchiang/pass-ctx-on-requests by rithu leena john · 8 years ago
  28. 7842a13 pass context to all requests by Eric Chiang · 8 years ago
  29. 8472879 Merge pull request #116 from jasonrig/userinfo-authorization by Eric Chiang · 8 years ago
  30. b375302 use a token-aware HTTP client for userinfo by Jason Rigby · 8 years ago
  31. 0c135b3 Merge pull request #117 from pborzenkov/http2-panic by Eric Chiang · 8 years ago
  32. ddf168b jwks: fix panic when updating keys over HTTP2 by Pavel Borzenkov · 8 years ago
  33. df697fb Merge pull request #118 from pborzenkov/key-test by Eric Chiang · 8 years ago
  34. e140c66 key: fix test fail introduced by e7893b34 by Pavel Borzenkov · 8 years ago
  35. d3e23e1 Merge pull request #114 from nebril/fali-typo by Eric Chiang · 8 years ago
  36. 44de23e Merge pull request #115 from pborzenkov/raw-url-encoding by Eric Chiang · 8 years ago
  37. e7893b3 jose: use base64 raw URL encoding for modulus and exponent by Pavel Borzenkov · 8 years ago
  38. 3956075 Fix typos in provider logs by Maciej Kwiek · 8 years ago
  39. 5a7f09a Merge pull request #113 from ericchiang/docs by Eric Chiang · 8 years ago
  40. a4f3a1e *: update README and expand docs by Eric Chiang · 8 years ago
  41. ff39e99 Merge pull request #110 from ericchiang/new-client by Eric Chiang · 8 years ago
  42. dd6c4a1 *: test against older versions of Go by Eric Chiang · 8 years ago
  43. 7dd6823 Update README by Eric Chiang · 8 years ago
  44. 88310ac example: add examples with new client by Eric Chiang · 8 years ago
  45. 52557de *: add deprication notices to old client by Eric Chiang · 8 years ago
  46. 21d1ef2 *: added tests for new client by Eric Chiang · 8 years ago
  47. 7833b68 *: add a new OpenID Connect client by Eric Chiang · 8 years ago
  48. 16c5ecc Merge pull request #103 from nikmahes/patch-1 by Eric Chiang · 8 years ago
  49. 38c29e7 Updating a function name for better readability by Nikhil Maheshwari · 8 years ago
  50. fe7346e Merge pull request #100 from ericchiang/remove-jose-hmac-signer by Eric Chiang · 8 years ago
  51. ced64fa jose: remove hmac signing and verification code by Eric Chiang · 8 years ago
  52. 9fae754 Merge pull request #99 from ericchiang/jose-hmac-equal by Eric Chiang · 8 years ago
  53. 644e9d1 jose: use constant time comparison for HMAC verification by Eric Chiang · 8 years ago
  54. 5644a2f Merge pull request #97 from ericchiang/oidc-verify-claims-before-signature by Eric Chiang · 8 years ago
  55. 68c3c5c oidc: verify claims before signatures by Eric Chiang · 8 years ago
  56. 9f2a12e *: test against Go 1.7 (#96) by Eric Chiang · 8 years ago
  57. 1efe0e1 *: remove dependency on capnslog (#95) by Eric Chiang · 8 years ago
  58. 48c41f8 Implement provider discovery metadata (#90) by Dan Mace · 8 years ago
  59. 5aa9381 key: use shorter key ids (#88) by Eric Chiang · 8 years ago
  60. 8ae400b oauth2: add support for Azure AD (#87) by Takashi Kusumi · 8 years ago
  61. e6174c7 Merge pull request #85 from gambol99/log_message by bobbyrullo · 8 years ago
  62. 84c5f3c - changing from info to debug level on the provider config, note, it would be nice to allow the consumer to set the io.Writer on the logs by Rohith · 8 years ago
  63. 5cf2aa5 Merge pull request #81 from bobbyrullo/public_tokens by bobbyrullo · 8 years ago
  64. b803bac oidc: Allow setting of initial JWT by Bobby Rullo · 8 years ago
  65. d0d4f39 *: update go version to 1.5.4 and 1.6.1 (#75) by Eric Chiang · 8 years ago
  66. a443fa2 - adding the user_credentials grant type (#78) by Rohith · 8 years ago
  67. dfe8dca oauth2: return embedded http client (#70) by Stephan Renatus · 8 years ago
  68. 3a98979 update go in travis (#71) by Stephan Renatus · 8 years ago
  69. f427f54 Merge pull request #68 from coreos/fix_pubkey_json_marshal by Eric Chiang · 8 years ago
  70. a3235f8 jose: add test for public key marshaling by Eric Chiang · 8 years ago
  71. 1c2f21a Fixed PublicKey JSON Marshaling by Quentin Machu · 8 years ago
  72. 4ae1db4 Merge pull request #67 from alberts/master by Eric Chiang · 8 years ago
  73. 966c16f Fix #66 by removing terminating / from discovery URL. by Albert Strasheim · 8 years ago
  74. ab755fa Merge pull request #65 from saracen/master by bobbyrullo · 8 years ago
  75. 0fe79c6 oidc: public keyset default TTL by Arran Walker · 8 years ago
  76. d6bcb60 jose: non-conforming JWK kty (case-sensitive) and alg (optional) parameters. by Arran Walker · 8 years ago
  77. d7cb665 Merge pull request #56 from fnordahl/issue/55 by Eric Chiang · 8 years ago
  78. b6471e6 Merge pull request #59 from ericchiang/remove_httptest by Eric Chiang · 8 years ago
  79. 4a01a95 Merge pull request #58 from Tecsisa/54-basic-auth-wrong-encoding by Eric Chiang · 8 years ago
  80. 71925dc Fix TimeClaim so it does not round to int by Frode Nordahl · 8 years ago
  81. 949bc53 basic auth with URL encode by gerson · 8 years ago
  82. 07cd58e Do not convert Unix timestamps to float64 by Frode Nordahl · 8 years ago
  83. 4ec675e *: remove HandlerClient and RequestRecorder logic in tests by Eric Chiang · 8 years ago
  84. c05469a http: remove HandlerClient and RequestRecorder by Eric Chiang · 8 years ago
  85. 46fc3c2 Merge pull request #51 from ericchiang/fix_panic by Eric Chiang · 8 years ago
  86. 7958dc2 oidc: fix decoding panic case by Eric Chiang · 8 years ago
  87. 6039032 Merge pull request #42 from ericchiang/metadata_cleanup by Eric Chiang · 9 years ago
  88. 6952ea2 oidc: update tests for provider and client metadata tweaks by Eric Chiang · 9 years ago
  89. 193a278 oidc: remote provider JWAValuesSupported struct by Eric Chiang · 9 years ago
  90. e7e315e oidc: make client metadata slice fields non-nillable by Eric Chiang · 9 years ago
  91. ec2746d Merge pull request #38 from ericchiang/metadata by Eric Chiang · 9 years ago
  92. 378d402 oidc: update tests to use pretty.Compare and add marshaling tests by Eric Chiang · 9 years ago
  93. d51ac4b oidc: add missing omitempty tag by Eric Chiang · 9 years ago
  94. ad4c36d oidc: fix spelling by Eric Chiang · 9 years ago
  95. af0743a Merge pull request #41 from ericchiang/maintainers by Eric Chiang · 9 years ago
  96. dbd2074 *: update MAINTAINERS by Eric Chiang · 9 years ago
  97. 0db2eca oicd: update provider config to conform with OIDC spec by Eric Chiang · 9 years ago
  98. bb39cea oidc: update client metadata to conform with OIDC spec by Eric Chiang · 9 years ago
  99. 6841c54 oauth2: add OIDC defined response types and comparison method by Eric Chiang · 9 years ago
  100. 2844a98 jose: add constants for JWA enc and alg values and JWKSet struct by Eric Chiang · 9 years ago