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

Implementar refresh token #3

Open
1 task
itepifanio opened this issue Aug 23, 2019 · 0 comments
Open
1 task

Implementar refresh token #3

itepifanio opened this issue Aug 23, 2019 · 0 comments
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@itepifanio
Copy link
Member

itepifanio commented Aug 23, 2019

Feature

Atualmente quando a classe do pacote é chamada ela faz a requisição para a API com os dados do usuário, entretanto precisa-se implementar o refresh token. Esse link pode ajudar na lógica das requisições a serem feitas.

Note que aqui reside um problema, cada função que for chamada pelo nosso wrapper deve verificar se o token expirou e se tiver expirado dar o refresh, entretanto, não conheço nenhuma função mágica do python que faça isso, temos que pensar em uma forma elegante de implementar isso, visto que ficar chamando uma função em todo método não é inteligente.

  • Tipo: Nova implementação

Checklist:

  • Implementar feature;
@itepifanio itepifanio added enhancement New feature or request question Further information is requested labels Aug 23, 2019
@itepifanio itepifanio added this to the Versão 1.0.0 milestone Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant