This commit is contained in:
Christoph Haas
2021-02-26 22:17:04 +01:00
parent 8ea82c1916
commit 9faa459c44
19 changed files with 228 additions and 165 deletions

View File

@@ -14,7 +14,7 @@ import (
"gorm.io/gorm"
)
// Provider provide login with password method
// Provider implements a password login method for a database backend.
type Provider struct {
db *gorm.DB
}