Hello everyone. My frontend framework is React and I want to save access_token in local storage. So how can I redirect url to my frontend with get query, so I can save token in local storage on frontend side? I know about SOCIAL_AUTH_LOGIN_REDIRECT_URL, but it takes only url.
Hello everyone. My frontend framework is React and I want to save access_token in local storage. So how can I redirect url to my frontend with get query, so I can save token in local storage on frontend side? I know about SOCIAL_AUTH_LOGIN_REDIRECT_URL, but it takes only url.