Skip to content

Commit

Permalink
feat(consts): add worker auth and worker register token types (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Mar 21, 2023
1 parent e55fdd4 commit 6c72387
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions constants/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ const (
// UserRefreshTokenType is the name associated with the user refresh token type.
UserRefreshTokenType = "UserRefresh"

// WorkerAuthTokenType is the name associated with the worker authentication token type.
WorkerAuthTokenType = "WorkerAuth"

// WorkerRegisterTokenType is the name associated with the worker registration token type.
WorkerRegisterTokenType = "WorkerRegister"

// WorkerBuildTokenType is the name associated with the worker build token type.
WorkerBuildTokenType = "WorkerBuild"

Expand Down

0 comments on commit 6c72387

Please sign in to comment.