Open dpb587 opened 5 years ago
Thoughts...
POST
because I didn't/don't like the idea of credentials being in a query string.GET
and it works. But the query string and auth token does indeed remain in browser history after restarting (tested Firefox).OPTIONS
pre-flight; didn't really figure out that behavior.Options...
auth.open_command
)Random...
Interested in other ideas.
I switched the earlier experiment on the branch to use inter-domain postMessage
which is a better alternative to using GET
.
Unfortunately it still doesn't fix Safari which is intentionally not matching the behavior of Chrome, Firefox, Edge, and general specs which is causing these issues.
WebRTC might be an option to try next.
For example, Safari gives the following warning when redirected back from ssoca to delivery the token to the client.
It works okay in Chrome.