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
現状、アクセストークンの為にinitOverridesを渡しているが、他の値(Content-Typeなど)も上書きされてしまい、 気にしないとPOSTでエラーが発生する。 作業者にはあまり意識せず作って欲しいので、どうにかしたい
initOverrides
The text was updated successfully, but these errors were encountered:
defaultHeaders['Authorization']に設定すればいいだけかも ダメ。configをセット出来るのでそうする?
defaultHeaders['Authorization']
config
Sorry, something went wrong.
非ログイン時は空('')で返却し、ログイン時にはfetchAccessToken(authIdはuseAuthと同じ箇所をみる)で取得した値を返す関数を、accessTokenに入れれば良いのでは?
''
fetchAccessToken
useAuth
accessToken
依存関係が相互になりそう...どしよ
takecchi
No branches or pull requests
Community Issue
概要
現状、アクセストークンの為に
initOverrides
を渡しているが、他の値(Content-Typeなど)も上書きされてしまい、気にしないとPOSTでエラーが発生する。
作業者にはあまり意識せず作って欲しいので、どうにかしたい
Todo
The text was updated successfully, but these errors were encountered: