Init gist with regular urls via git CLI (http) (#501)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
package password
|
||||
|
||||
import "github.com/thomiceli/opengist/internal/auth"
|
||||
|
||||
func HashPassword(code string) (string, error) {
|
||||
return auth.Argon2id.Hash(code)
|
||||
return Argon2id.Hash(code)
|
||||
}
|
||||
|
||||
func VerifyPassword(code, hashedCode string) (bool, error) {
|
||||
return auth.Argon2id.Verify(code, hashedCode)
|
||||
return Argon2id.Verify(code, hashedCode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user