0.3.22 - PINs

This commit is contained in:
ponzischeme89
2026-08-25 11:39:55 +12:00
parent 396d35e2f5
commit 0fcc02f57e
2697 changed files with 5360 additions and 50 deletions
+1
View File
@@ -19,6 +19,7 @@ const LoginRetention = 90 * 24 * time.Hour
// them apart without inferring it from the device name.
const (
LoginMethodPassword = "password" // a television exchanging Emby credentials
LoginMethodPIN = "pin" // a television recovering a stored device session
LoginMethodAdmin = "admin" // an operator signing into the admin console
LoginMethodInstaller = "installer" // the web installer's own password check
)