photoprism/pkg/authn/const.go
Michael Mayer cd7fa6adca Logs: Add package pkg/log/status to provide generic outcome constants
Signed-off-by: Michael Mayer <michael@photoprism.app>
2025-10-21 14:42:05 +02:00

9 lines
178 B
Go

package authn
// Generic status messages for authentication and authorization:
const (
Passcode = "passcode"
Session = "session"
Sessions = "sessions"
Users = "users"
)