prysm-pulse/validator/db/kv
Raul Jordan 16c34b627f
Add Authentication Functions to Validator RPC (#6968)
* define auth endpoints
* add intercepter with tests
* auth functions
* fix up the auth functions
* add functions for storing and saving the hashed password from the validator db
* validate strong password input and simplify jwt claims
* tests for db funcs
* comments for db funcs
* wrap up the authentication tests
* register auth srv
* use proper db iface package and check if existing password
* fix broken tests and add new test to check if password already exists
* use roughtime
* rlock to check the auth paths
* Merge refs/heads/master into auth-rpc
* Merge refs/heads/master into auth-rpc
* Merge refs/heads/master into auth-rpc
* leave out the stream interceptor
* resolve confs
* Merge branch 'master' into auth-rpc
* confs
* Merge branch 'auth-rpc' of github.com:prysmaticlabs/prysm into auth-rpc
* Merge refs/heads/master into auth-rpc
* Merge refs/heads/master into auth-rpc
* Merge refs/heads/master into auth-rpc
* Merge refs/heads/master into auth-rpc
2020-08-13 20:27:42 +00:00
..
attestation_history_test.go Remove unused functions in validator DB (#6557) 2020-07-11 17:23:30 +00:00
attestation_history.go Handle empty local slashing protection data (#6877) 2020-08-05 01:03:40 +00:00
BUILD.bazel Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
db_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
db.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
manage_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
manage.go Audit best practice feedback - validator DB test folder (#6426) 2020-06-26 21:37:43 -05:00
proposal_history_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
proposal_history.go Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
schema.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
web_api_test.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
web_api.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00