For eg: I am in a page called localhost:8000/rooms?queryParams...
and i am performing the login functionality there by using the loginWithPopup
method. So after successful authentication , user is logged in and stay on the same page and we get the user info.
Now comes the logout
functionality , for that we need to invoke this method and pass the federated
option to true
so that when user logs out and login again they will see the login popup again.
Here on logout , it redirects to the index routes mentioned in Allowed Logout URLs
, so is there a option where i can pass a page location like above which has a pathname
and query parameters which are dynamic ?
In dashboard it is mentioned we can pass wildcards like http://.example.com.
Is there a option to pass like this http://.example.com/* which also take the query params ?
Like