Add AccountDatabase for storing user accounts (#110)

Including the ability to add new accounts with a user/password and
select accounts using a user/password. Uses bcrypt to hash passwords.
This commit is contained in:
Kegsay 2017-05-19 10:27:03 +01:00 committed by GitHub
parent 426a0365cf
commit 9d4d18ae7f
11 changed files with 1492 additions and 0 deletions

14
vendor/manifest vendored
View file

@ -173,6 +173,20 @@
"revision": "61e43dc76f7ee59a82bdf3d71033dc12bea4c77d",
"branch": "master"
},
{
"importpath": "golang.org/x/crypto/bcrypt",
"repository": "https://go.googlesource.com/crypto",
"revision": "0fe963104e9d1877082f8fb38f816fcd97eb1d10",
"branch": "master",
"path": "/bcrypt"
},
{
"importpath": "golang.org/x/crypto/blowfish",
"repository": "https://go.googlesource.com/crypto",
"revision": "0fe963104e9d1877082f8fb38f816fcd97eb1d10",
"branch": "master",
"path": "/blowfish"
},
{
"importpath": "golang.org/x/crypto/ed25519",
"repository": "https://go.googlesource.com/crypto",