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

Autenticação JWT #34

Closed
roxdavirox opened this issue Feb 11, 2019 · 2 comments
Closed

Autenticação JWT #34

roxdavirox opened this issue Feb 11, 2019 · 2 comments
Labels
feature Implementar uma feature

Comments

@roxdavirox
Copy link
Owner

roxdavirox commented Feb 11, 2019

Criar autenticação basica com JWT
Informar email e senha e retornar token os padrões especificados pelo JWT

referencia - RFC 7519

Criar:

  • Tabela usuario com email e senha (inicialmente)
  • Repository com criação e autenticação async
  • Registrar usuario no banco
  • endpoint: api/users/register
@roxdavirox
Copy link
Owner Author

Alterar a pasta handlers de lugar.
injetar o jwt services dentro do handler ao autenticar o usuario

@roxdavirox
Copy link
Owner Author

Referencia de implementação aqui

roxdavirox added a commit that referenced this issue Feb 11, 2019
roxdavirox added a commit that referenced this issue Feb 12, 2019
roxdavirox added a commit that referenced this issue Feb 12, 2019
roxdavirox added a commit that referenced this issue Feb 12, 2019
This was referenced Feb 12, 2019
@roxdavirox roxdavirox added the feature Implementar uma feature label Feb 14, 2019
@roxdavirox roxdavirox mentioned this issue Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Implementar uma feature
Projects
None yet
Development

No branches or pull requests

1 participant