mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
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
|