diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-07-30 20:38:07 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-30 20:38:07 +1000 | 
| commit | 53444916712b36ea5d85f6ab369d38725733348b (patch) | |
| tree | dbeedb336e7253a5948131c61697c1262db1512a /internal/middlewares/const.go | |
| parent | 9e49721dc1db7d326a6ff69249aed251cc6c0cad (diff) | |
build(deps): update module github.com/golang-jwt/jwt to v5  (#5724)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/middlewares/const.go')
| -rw-r--r-- | internal/middlewares/const.go | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/middlewares/const.go b/internal/middlewares/const.go index 5332b6317..e3d41b2cc 100644 --- a/internal/middlewares/const.go +++ b/internal/middlewares/const.go @@ -107,6 +107,8 @@ const (  	messageOperationFailed                      = "Operation failed"  	messageIdentityVerificationTokenAlreadyUsed = "The identity verification token has already been used"  	messageIdentityVerificationTokenHasExpired  = "The identity verification token has expired" +	messageIdentityVerificationTokenNotValidYet = "The identity verification token is only valid in the future" +	messageIdentityVerificationTokenSig         = "The identity verification token has an invalid signature"  )  var protoHostSeparator = []byte("://")  | 
