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

Cambiar la autenticación a autenticación por Tokens (en vez de login y password) #3

Open
t-montes opened this issue Oct 17, 2023 · 1 comment

Comments

@t-montes
Copy link
Member

Cada endpoint debería estar protegido por un token (por ejemplo JWT) que corresponde a algún usuario. A su vez, el método "login", dadas las credenciales del usuario, debería retornar dicho token de acceso.

Opcional, pero idealmente, dicho token debería expirar cada cierto tiempo

@t-montes
Copy link
Member Author

token, en vez del ID del usuario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant