1
0
Fork 0

7 Commits (f81f774c363fac148ccd4a747c70a89e249c8762)

Author SHA1 Message Date
Philip O'Toole 1ffc3d566e Add varadic functions to auth store 5 years ago
Philip O'Toole 6fae0d4cee Tweak hashed password implementation 7 years ago
sum12 03dcfc47e0 auth: passwords can be maked as hashed (bcrypt)
Passwords stored in auth file can be bcrypt hashes of the password
passed via the basic auth of the received request.

However unmakred passwords will be considered plain text thus
maintaining backward compatibility.

Added testcases.

Closes #395
7 years ago
Philip O'Toole 293268c5ed Update credential_store.go 8 years ago
Philip O'Toole c6660a587b Update credential_store.go 8 years ago
Philip O Toole bf2047b45b 'go lint' fixes 8 years ago
Philip O'Toole 4c36f8345c Create standalone auth module 9 years ago