1
0
Fork 0

documented the Constants better

Dieser Commit ist enthalten in:
Sebastian Tobie 2021-01-20 00:13:25 +01:00
Ursprung 37e8ac835e
Commit fc435441ce
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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"