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
開発中のフロントから本番サーバーのログインができるように,
/api/v1/discord?front_url={localhostとかフロントのURL}
&scope={1で使ったフロントURL}
/api/v1/discord/callback?front_url={さっきの}
The text was updated successfully, but these errors were encountered:
scopeじゃなくてstateかも https://discord.com/developers/docs/topics/oauth2#state-and-security
scope
state
Sorry, something went wrong.
No branches or pull requests
開発中のフロントから本番サーバーのログインができるように,
/api/v1/discord?front_url={localhostとかフロントのURL}
みたいに送る&scope={1で使ったフロントURL}
を付け加える/api/v1/discord/callback?front_url={さっきの}
に返ってくるという処理を追加しておく.
The text was updated successfully, but these errors were encountered: