Update ucan version (ucv) to 0.7.0
This commit is contained in:
committed by
Justin Johnson
parent
aed7811fd6
commit
57e274fbe1
2
token.go
2
token.go
@@ -29,7 +29,7 @@ var ErrInvalidToken = errors.New("invalid access token")
|
||||
|
||||
const (
|
||||
// UCANVersion is the current version of the UCAN spec
|
||||
UCANVersion = "0.4.0"
|
||||
UCANVersion = "0.7.0"
|
||||
// UCANVersionKey is the key used in version headers for the UCAN spec
|
||||
UCANVersionKey = "ucv"
|
||||
// PrfKey denotes "Proofs" in a UCAN. Stored in JWT Claims
|
||||
|
||||
Reference in New Issue
Block a user