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

初期技術 #3

Open
yukyu30 opened this issue Dec 29, 2023 · 2 comments
Open

初期技術 #3

yukyu30 opened this issue Dec 29, 2023 · 2 comments

Comments

@yukyu30
Copy link
Owner

yukyu30 commented Dec 29, 2023

No description provided.

@yukyu30
Copy link
Owner Author

yukyu30 commented Dec 29, 2023

バックエンド

  • ruby on rails
  • graphql

フロントエンド

  • Next.js
  • Kuma-ui

@yukyu30
Copy link
Owner Author

yukyu30 commented Jan 7, 2024

sequenceDiagram
    participant User as ユーザー
    participant NextJS as Next.jsクライアント
    participant Google as Google認証
    participant Rails as Railsサーバー

    User->>NextJS: Googleでサインイン
    NextJS->>Google: 認証リクエスト
    Google-->>NextJS: 認証トークン
    NextJS->>Rails: 認証トークンとユーザー情報を送信
    Rails-->>NextJS: ユーザー登録/API Token発行
    NextJS-->> User: サインイン完了
    NextJS->>Rails: API Tokenを含んだQuery,Mutation
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant