Hi!
When clicking on sign in link in the email sent by Passwordless I would like to get the returned data in the query string instead of the fragment.
I.e now I get
http: //my-domain-and-path # access_token=…
But would like to get
http: //my-domain-and-path ? access_token=…
This way I could verify the token directly instead of needing to scrape it and send it to back-end as xhr.
Thanks! ![]()