Skip to content
New issue

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

fetch周りのリファクタリング #113

Open
1 task
takecchi opened this issue Nov 27, 2023 · 2 comments
Open
1 task

fetch周りのリファクタリング #113

takecchi opened this issue Nov 27, 2023 · 2 comments
Assignees
Labels
feature 新しい機能の追加

Comments

@takecchi
Copy link
Member

takecchi commented Nov 27, 2023

Community Issue

概要

現状、アクセストークンの為にinitOverridesを渡しているが、他の値(Content-Typeなど)も上書きされてしまい、
気にしないとPOSTでエラーが発生する。
作業者にはあまり意識せず作って欲しいので、どうにかしたい

Todo

  • やることリスト
@takecchi takecchi added the feature 新しい機能の追加 label Nov 27, 2023
@takecchi takecchi self-assigned this Nov 27, 2023
@takecchi takecchi changed the title フェッチ周りのリファクタリング fetch周りのリファクタリング Nov 27, 2023
@takecchi
Copy link
Member Author

takecchi commented Nov 28, 2023

defaultHeaders['Authorization']に設定すればいいだけかも
ダメ。configをセット出来るのでそうする?

@takecchi
Copy link
Member Author

takecchi commented Dec 11, 2023

非ログイン時は空('')で返却し、ログイン時にはfetchAccessToken(authIdはuseAuthと同じ箇所をみる)で取得した値を返す関数を、accessTokenに入れれば良いのでは?

依存関係が相互になりそう...どしよ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新しい機能の追加
Projects
None yet
Development

No branches or pull requests

1 participant