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 was archived by the owner on Nov 14, 2022. It is now read-only.
Optional, but strongly recommended.
The state can be useful for correlating requests and responses. Because your redirect_uri can be guessed, using a state value can increase your assurance that an incoming connection is the result of an authentication request. If you generate a random string, or encode the hash of some client state, such as a cookie, in this state variable, you can validate the response to additionally ensure that both the request and response originated in the same browser. This provides protection against attacks such as cross-site request forgery. See RFC-6749. https://developer.spotify.com/documentation/general/guides/authorization-guide/
セキュリティのために適当な文字列を動的に作成して使うべき
The text was updated successfully, but these errors were encountered:
littlify/packages/client/src/component/SpotifyLoginButton.tsx
Line 9 in 3023b1b
State
セキュリティのために適当な文字列を動的に作成して使うべき
The text was updated successfully, but these errors were encountered: