26 lines
486 B
Markdown
26 lines
486 B
Markdown
gojwk
|
|
=====
|
|
Golang implementation of JWK validation
|
|
|
|
Contact
|
|
-------
|
|
[@\_boblan\_](https://twitter.com/#!/_boblan_)
|
|
<https://github.com/mendsley/gojws>
|
|
|
|
License
|
|
-------
|
|
Copyright 2014 Matthew Endsley
|
|
|
|
This project is governed by the BSD 2-clause license. For details see the file
|
|
titled LICENSE in the project root folder.
|
|
|
|
Using
|
|
-----
|
|
Simply add the following import
|
|
`import "github.com/mendsley/gojwk"`
|
|
|
|
Documentation
|
|
-------------
|
|
See <http://godoc.org/github.com/mendsley/gojwk>
|
|
|