loopbackio / loopbackio/loopback-next
User authentication-jwt with MySQL
@cioddi ci sta già lavorando.
Dal 29/10/2020.
- Lingua principale
- TypeScript
- Stelle
- 5.1k
- Fork
- 1.1k
- Merge medio
- 2g 21h
- PR unite (30g)
- 27
Descrizione
## 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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.