-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validação de senha BugFix-US04 #11
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Gabriel Augusto Vilar <[email protected]>
Co-authored-by: Gabriel Augusto Vilar <[email protected]>
Co-authored-by: Gabriel Augusto Vilar <[email protected]>
Co-authored-by: Gabriel Augusto Vilar <[email protected]>
Co-authored-by: Gabriel Augusto Vilar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talvez por mudança de atributos os testes deste arquivo apresetaram erro, vejam se consegue resolver sozinho e me contatem por favor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Por conta da alteração algumas funções deixaram de passar em alguns testes, verifique novamente as funções alteradas e os testes criados para essas funções:
- AuthService › signUp › should throw an error if user already exists
- AuthService › signIn with keepLoggedIn › should return a token with 30m expiration when keepLoggedIn is false
- AuthService › signIn with keepLoggedIn › should return a token with 7d expiration when keepLoggedIn is true
Quality Gate passedIssues Measures |
Solve Documentação
Validação de senha BugFix-US04
Descrição
Segurança de senha e aparição dos requisitos para cadastro de senha seguindo a segurança requisitada.
Tipos de mudança
Checklist
Observações adicionais
Nenhuma constatação