Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asdfasdfasjkl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
asdfasdfasjkl
11y ago
// VerifyPassword checks if password is valid and upgrades it if its encrypting scheme was outdated // Returns isValid, wasUpdated, error func (a *Account) VerifyPassword(password string) (bool, bool, error) { this is wh