HERUESTA / TwitchClipFinder

0 stars 0 forks source link

12 twitchcontroller #41

Closed HERUESTA closed 2 months ago

HERUESTA commented 2 months ago

概要

ユーザー登録機能(認証機能)を実装するため、TwitchAPIに認証リクエストを送るControllerを作成する

実装

上記はpostmanではCSRF制約があり、postmanでの検証はできなかった。 その代わり、以下のURLで認証画面に行くことを確認 https://id.twitch.tv/oauth2/authorize?client_id=ekrwi23agdtbnbi89k7034momvlit7&redirect_uri=http://localhost:3000/users/auth/twitch/callback&response_type=code&scope=user:read:email

関連Issue

11 #13