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
ie, in general for the CMS, it would make sense that the base path is "/admin" and that all URLs are generated based on that (both redirects after a social login and URLs in emails for confirmation, remember me, etc)
if we had that, I would check the return_to URL in the request for an external provider and verify it like this:
Is the domain/protocol the same as the SiteURL on file?
Is the path a child of the base path
The text was updated successfully, but these errors were encountered:
Related to: #102
The text was updated successfully, but these errors were encountered: