You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On every Page Load this function is called.
I could make the amount of request to the spotify api way less if didn't check the validity (except in time with the expire date of the access token) of the access_token.
I will need to make a way to redirect to login page if a request fails with 401 - Unauthorized.
The text was updated successfully, but these errors were encountered:
On every Page Load this function is called.
I could make the amount of request to the spotify api way less if didn't check the validity (except in time with the expire date of the access token) of the access_token.
I will need to make a way to redirect to login page if a request fails with 401 - Unauthorized.
The text was updated successfully, but these errors were encountered: