VaultExpress/vault-express
Create test script for server-side sign-in api
Offen
#80 geöffnet am 05.09.2018
back-endhelp wanted
Repository-Metriken
- Stars
- (3 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.