mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +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
|