documented the Constants better
Dieser Commit ist enthalten in:
Ursprung
37e8ac835e
Commit
fc435441ce
|
@ -1,5 +1,6 @@
|
|||
package auth
|
||||
|
||||
// These are Constants to save specific attributes in single points of use.
|
||||
const (
|
||||
// AccountID is the ID of the session. Prefferably it should be an UUIDv4 to mitigate security errors.
|
||||
AccountID string = "jti"
|
||||
|
|
Laden…
In neuem Issue referenzieren