Skip to content
New issue

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

認証機能を追加 #31

Open
3 tasks
ittokunvim opened this issue Apr 6, 2023 · 0 comments
Open
3 tasks

認証機能を追加 #31

ittokunvim opened this issue Apr 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ittokunvim
Copy link
Owner

概要

フロントから送られてきたfirebase authentication情報入りのJSONを、そのまま返す機能を実装する

目的

ユーザー認証機能をAPIに追加するための準備

内容

認証機能はauthディレクトリ内に実装する。
フロントから渡されたfirebaseの認証情報をこのAPIで受け取り、それを返すだけの機能をとりあえず作成する。

認証の流れ

  1. フロントからfirebaseにリクエストを送る
  2. firebaseからフロントに認証情報の入ったJSONが返される
  3. フロントからこのAPIに認証情報の入ったJSONを送る
  4. APIからフロントに色々処理した後のJSONを返す

タスク

  • エンドポイントを作成する
  • FirebaseAuth構造体を作成する。
  • 以下のURLに対応した実装を書く
    • /auth/firebase
@ittokunvim ittokunvim added the enhancement New feature or request label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant