loopbackio / loopbackio/loopback-next

User authentication-jwt with MySQL

オープン
#6,416 コメント 16 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。