4 lines
142 B
Go
4 lines
142 B
Go
// Package jwks implements a JSON Web Key Set
|
|
// Based on https://github.com/MicahParks/keyfunc without implementing the KeyFunc
|
|
package jwks
|