I try to parse an URL with a special character returned by AWS Cognito during an auth process.
I can't find a way to retrieve the 'id_token' parameter because NodeJs req doesn't seem to include everything that's after the #
I've tried to use req.query, req.originaURl, all sorts. I may be missing something
Here is the returned link http://localhost:8080/auth#id_token=eyJraWQiOiERubiJ5AwdK9Rzau6BX0lYLQCvFDoGv1boLMnKnRexpires_in=3600&token_type=Bearer
The expected result should return the value of #id_token