1// Send a GET request with the authorization header set to
2// the string 'my secret token'
3const res = await axios.get('https://httpbin.org/get', {
4 headers: {
5 'Authorization': 'my secret token'
6 }
7});
1//Data:name and passWord
2//url:https://api-dev.thebar.ke
3axios.post("url","Data").then(res => {
4console.log(res)
5localStroge.setItem("access",accessToken)
6localStroge.setItem("refresh",refreshToken)
7})
8//برای لاگین فقط باید اطلاعتی که از ورودی گرفته میشود در هیدر فرستاده شود اگر اطلاعات فرستاده شده درست باشد شما می توانید به توکن دسترسی داشته باشد
9//jaberBatoii