Initial QSfera import
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package jwt
|
||||
|
||||
import (
|
||||
"github.com/lestrrat-go/jwx/v3/internal/json"
|
||||
)
|
||||
|
||||
type DecodeCtx = json.DecodeCtx
|
||||
type TokenWithDecodeCtx = json.DecodeCtxContainer
|
||||
Reference in New Issue
Block a user