VaultExpress/vault-express

Create test script for server-side sign-in api

Aberta

#80 aberto em 5 de set. de 2018

 (0 comentário) (0 reação) (0 responsável)JavaScript (3 forks)auto 404
back-endhelp wanted

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador