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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
それぞれ用途で使い分けます
config.web.hostAccessToken
scopes: auth.host, app.host, user.create
サーバが一つだけ保持。認可・連携アプリ ホスト向けの操作、ユーザーの作成操作に利用。
session.token.accessToken
scopes: app.read, app.create
ユーザーに紐付いたサーバ上のセッションが保持。連携アプリの作成に利用。
サーバ側でアプリ取得が必要になるため、
app.read
を持つ。localStorage.accessToken(clientSideToken.accessToken)
cookie.accessTokenscopes: 各種一般操作のスコープ
ユーザーのlocalStorage
Cookieが保持。その他一般操作に利用。The text was updated successfully, but these errors were encountered: