mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
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:
parent
426a0365cf
commit
9d4d18ae7f
11 changed files with 1492 additions and 0 deletions
14
vendor/manifest
vendored
14
vendor/manifest
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue