Slide 6
Slide 6 text
OAuth2について知る
(前のスライドの続き)
→その技術について知るには、実際にその技術を使ったものを作るのが⼀番早い
→⾃⾝もよく使うSpotifyを題材にしたい
→ドキュメントを読むとSPAではAuthorization Code With PKCE Flowを推奨されている
→調べて実装までやってみた(今⽇はここの成果)
In scenarios where storing the client secret is not safe (e.g. desktop, mobile apps or JavaScript web apps running in the browser), you can use the
authorization code with PKCE, as it provides protection against attacks where the authorization code may be intercepted.
引⽤元: https://developer.spotify.com/documentation/web-api/concepts/authorization
6