Skip to content
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

test(users): testes de caso para rota de registro de usuários com oauth2 #70

Merged
merged 14 commits into from
Nov 5, 2023

Conversation

mateusvrs
Copy link
Collaborator

Issue:
close #49

O que foi feito?

  • Foram criados testes para verificar os casos válido e inválidos da rota de registro com Google OAuth2
    • test_google_register_with_invalid_token
    • test_google_register_with_empty_token
    • test_google_register_with_valid_token
    • test_register_with_invalid_provider
    • test_google_register_refresh_cookie_when_valid_token
    • test_google_register_refresh_cookie_when_invalid_token

@mateusvrs mateusvrs added task Tasks related to code or requirements of the project back-end related to back-end development labels Nov 5, 2023
@mateusvrs mateusvrs added this to the Sprint 8 milestone Nov 5, 2023
@mateusvrs mateusvrs self-assigned this Nov 5, 2023
@mateusvrs mateusvrs linked an issue Nov 5, 2023 that may be closed by this pull request
5 tasks
@mateusvrs mateusvrs merged commit f67f114 into main Nov 5, 2023
1 check failed
@mateusvrs mateusvrs deleted the test/google-oauth2 branch November 5, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end related to back-end development task Tasks related to code or requirements of the project
Projects
Status: ✅ Feito
Development

Successfully merging this pull request may close these issues.

test(oauth): verificar funcionalidade e segurança do google oauth2
3 participants