supertokens-auth-react
supertokens-auth-react copied to clipboard
Changes to post login redirection
- Allow post login redirection to sub domains if the source for navigation is the sub domain
- This will help situation where a user has a protected route on
dashboard.example.comand which navigates the user toexample.com/authfor auth
- This will help situation where a user has a protected route on
- Respect query params of the path being redirected to.