Merge pull request #51 from ericchiang/fix_panic

oidc: fix decoding panic case
tree: 5c26d2bafcc68beb64e97b6a2956aa381bee55c6
  1. example/
  2. http/
  3. jose/
  4. key/
  5. oauth2/
  6. oidc/
  7. .gitignore
  8. .travis.yml
  9. build
  10. CONTRIBUTING.md
  11. DCO
  12. LICENSE
  13. MAINTAINERS
  14. NOTICE
  15. README.md
  16. test
README.md

go-oidc

GoDoc Build Status

go-oidc provides a comprehensive collection of golang libraries for other projects to implement OpenID Connect (OIDC) server and client components.

package documentation