loopbackio / loopbackio/loopback-next

User authentication-jwt with MySQL

Abierto
#6,416 16 comentarios 0 reacciones 1 asignado Ver en GitHub

@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

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.