VaultExpress/vault-express
Create test script for server-side sign-in api
Ouverte
#80 ouverte le 5 sept. 2018
back-endhelp wanted
Métriques du dépôt
- Stars
- (3 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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.