http icon indicating copy to clipboard operation
http copied to clipboard

Dont depend on `ky` for refresh token

Open atinux opened this issue 5 years ago • 2 comments

I believe we should not depend on ky but having a way to disable token headers on this example: https://http.nuxtjs.org/advanced/#register-hooks

atinux avatar Oct 16 '20 14:10 atinux

Hi @Atinux, @pi0 Can I refactor this module to use https://github.com/nuxt-contrib/ohmyfetch ?

ricardogobbosouza avatar Mar 01 '21 13:03 ricardogobbosouza

@ricardogobbosouza ohmyfetch lacks featues like hooks to replace ky. Plan is to maintain axios/http but without major changes and create @nuxt/fetch to provide $fetch to both runtime and modules

pi0 avatar Mar 01 '21 13:03 pi0