VaultExpress/vault-express
Create test script for server-side sign-in api
オープン
#80 opened on 2018/09/05
back-endhelp wanted
Repository metrics
- Stars
- (3 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.