Access token and other returned args separated in return uri by # instead of?
I’m new to working with the docusign API and am using implicit grant. It’s working, but is returning the arguments to my return uri (which is just a regular url and path) with a # as the delimiter – indicating an anchor in the specified page – rather than a ? which has been used for decades to indicate search args? It goes on to separate the “search args” (if that’s what they still are) by & as is the standard, but because they’ve replaced the ? with #, it’s proving impossible for me to get those args. How are others dealing with this? Why would they do that?