We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54fcf commit 93b3469Copy full SHA for 93b3469
services/mailer/token/token.go
@@ -15,12 +15,12 @@ import (
15
"code.gitea.io/gitea/modules/util"
16
)
17
18
-// A token is a verifyable container describing an action.
+// A token is a verifiable container describing an action.
19
//
20
// A token has a dynamic length depending on the contained data and has the following structure:
21
// | Token Version | User ID | HMAC | Payload |
22
23
-// The payload is verifyable by the generated HMAC using the user secret. It contains:
+// The payload is verifiable by the generated HMAC using the user secret. It contains:
24
// | Timestamp | Action/Handler Type | Action/Handler Data |
25
26
const (
0 commit comments