VaultExpress/vault-express
Create test script for server-side sign-in api
Aperta
#80 aperta il 5 set 2018
back-endhelp wanted
Metriche repository
- Star
- (3 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
To test sign-in api, auth/index.js => router.post('/signin',..); This test should cover all cases, success case + wrong user + wrong password.
The validation such as sql injection/script tag, should not be included in this test, it will be in other issues.