To my knowledge, in Google's authentication code flow it is required for the redirect_uri to be 'postmessage' instead of a URI.
Could anyone explain what this value is specifically doing?
My best explanation is that it tells the browser to return to where the post came from, but I have no documentation to back this assumption up.
There seems to be zero documentation on this topic, yet it is the given solution in most scenarios. Any clarification would be nice.