loopbackio / loopbackio/loopback-next
User authentication-jwt with MySQL
Abierto
@cioddi ya está trabajando en esto.
Desde el 29/10/2020.
Authentication
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 5.1k
- Forks
- 1.1k
- Merge medio
- 2 d 21 h
- PR fusionados (30 d)
- 27
Descripción
Steps to reproduce
Follow the authentication tutorial below:
https://loopback.io/doc/en/lb4/Authentication-tutorial.html
Current Behavior
The authentication-jwt package includes the User model but it's using a strict mode "false" and has, for example, an id type string which is not usual with MySQL.
It also doesn't create automatically the table in database when using npm migrate
Expected Behavior
It should create automatically the table user in db and be compatible with MySQL schema.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.