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
概要
フロントから送られてきたfirebase authentication情報入りのJSONを、そのまま返す機能を実装する
目的
ユーザー認証機能をAPIに追加するための準備
内容
認証機能はauthディレクトリ内に実装する。 フロントから渡されたfirebaseの認証情報をこのAPIで受け取り、それを返すだけの機能をとりあえず作成する。
auth
認証の流れ
タスク
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
フロントから送られてきたfirebase authentication情報入りのJSONを、そのまま返す機能を実装する
目的
ユーザー認証機能をAPIに追加するための準備
内容
認証機能は
auth
ディレクトリ内に実装する。フロントから渡されたfirebaseの認証情報をこのAPIで受け取り、それを返すだけの機能をとりあえず作成する。
認証の流れ
タスク
The text was updated successfully, but these errors were encountered: