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
At present I am redirecting from localhost:4000/admin to the Heroku Demo app:
But once the Auth is successful, the redirect does not work because I'm sending a relative url.
It should be an absolute URL so that we can have our auth app on a separate subdomain.
Todo
ensure that referer is a fully qualified URL e.g: https://dwyl.com/admin not /admin
The text was updated successfully, but these errors were encountered:
At present I am redirecting from
localhost:4000/admin
to the Heroku Demo app:But once the Auth is successful, the redirect does not work because I'm sending a relative url.
It should be an absolute URL so that we can have our auth app on a separate subdomain.
Todo
referer
is a fully qualified URL e.g:https://dwyl.com/admin
not/admin
The text was updated successfully, but these errors were encountered: