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

Implementação de feature de login #56

Open
3 tasks done
Luanftg opened this issue Mar 25, 2023 · 0 comments
Open
3 tasks done

Implementação de feature de login #56

Luanftg opened this issue Mar 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request feature nova funcionalidade para a applicação Sprint II desenvolvimentos para Sprint II

Comments

@Luanftg
Copy link
Collaborator

Luanftg commented Mar 25, 2023

História

Um recrutador ao acessar o aplicativo Web é capaz de fazer login fornecendo

  • email
  • password

a requisição retorna, em caso de sucesso um token JWT - necessário para as chamadas

  • POST, PUT e DELETE para /jobs ;
  • PUT e GET para /companies;
  • PUT e GET para /users.

Atividades

  • Criação de AuthTO - Transfer Object
    • String email
    • String password
  • Criação de UserDAO - Data Access Object
    • implementação do método para retornar um usuário a partir do email
  • Criação do UserService
    • recebe uma implementação de UserDAO
    • implementa método de autenticação
@Luanftg Luanftg self-assigned this Mar 25, 2023
@Luanftg Luanftg converted this from a draft issue Mar 25, 2023
@Luanftg Luanftg added enhancement New feature or request Sprint II desenvolvimentos para Sprint II feature nova funcionalidade para a applicação labels Mar 25, 2023
@Luanftg Luanftg moved this from Todo Back to In Progress in APP_VAGAS_FLUTTER Mar 26, 2023
@Luanftg Luanftg moved this from In Progress to Tests in APP_VAGAS_FLUTTER Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature nova funcionalidade para a applicação Sprint II desenvolvimentos para Sprint II
Projects
Status: Tests
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant