You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: