loopbackio / loopbackio/loopback-next
User authentication-jwt with MySQL
オープン
@cioddi がすでに取り組んでいます。
2020年10月29日 から。
Authentication
bug
- 主要言語
- TypeScript
- スター
- 5.1k
- フォーク
- 1.1k
- 平均マージ
- 2日 21時間
- マージ済み PR(30日)
- 27
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。