mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-06 16:17:08 +00:00
Lots of small updates based on PR feedback
This commit is contained in:
@@ -27,6 +27,8 @@ const (
|
||||
ErrInvalidAuthorizeRequestData = constable.Error("authorization request data must be present")
|
||||
ErrInvalidAuthorizeRequestVersion = constable.Error("authorization request data has wrong version")
|
||||
|
||||
// Version 1 was the initial release of storage.
|
||||
// Version 2 is when we switched to storing psession.PinnipedSession inside the fosite request.
|
||||
authorizeCodeStorageVersion = "2"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user