Description
When I request the authorize the zoom answer back with the code in the middle of my url
the url that I created is:
https://zoom.us/oauth/authorize?response_type=code&client_id=xxxxxxxxx&redirect_uri=https://example.com/#/utilities/zoomWebinar",
Error
After doing the authorization process, redirected go back to my site with url pattern => https://example.com/?code=xxxxxxxxx#/utilities/zoomWebinar
code
url params will be unreadable because it goes into the hash scope.
Is there a way to zoom ignore the hash that I have in my url and force to put the code in the end of url?