We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
メールを使っての本人確認プロセスを経由したサインアップ機能を実装する。
研修ではメールサーバを使用できないので、メールを飛ばす部分はmockを使用して代替する
email VARCHAR NULL
API endpointや細かいフローをどうするかは自由とする
The text was updated successfully, but these errors were encountered:
→Advancedとしてタスク化する
作る必要性
Sorry, something went wrong.
No branches or pull requests
概要
メールを使っての本人確認プロセスを経由したサインアップ機能を実装する。
研修ではメールサーバを使用できないので、メールを飛ばす部分はmockを使用して代替する
テーブル変更
email VARCHAR NULL
カラムを追加Validation
メール送信部の扱い
その他
API endpointや細かいフローをどうするかは自由とする
The text was updated successfully, but these errors were encountered: