We're a place where coders share, stay up-to-date and grow their careers.
Awesome sharing. Does the method suitable for production use? If would like to passing JWT for basic auth, just append on request endpoint?
axios.get(`{$url}?auth={$jwt}`)
Awesome sharing. Does the method suitable for production use?
If would like to passing JWT for basic auth, just append on request endpoint?