Authenticate Subsonic API calls using the DB
This commit is contained in:
@@ -21,4 +21,5 @@ type UserRepository interface {
|
||||
Put(*User) error
|
||||
FindByUsername(username string) (*User, error)
|
||||
UpdateLastLoginAt(id string) error
|
||||
UpdateLastAccessAt(id string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user