danestves / remix-auth-auth0

An Auth0Strategy for Remix Auth, based on the OAuth2Strategy
MIT License
121 stars 22 forks source link

Return params instead of cloning it #23

Closed sergiodxa closed 2 years ago

sergiodxa commented 2 years ago

I tried the latest version and is not setting any search param, not even the scope!

But I copied to code to my app and did this change and it worked, looks like doing new URLSearchParams(params) is, for some reason, not copying the params correctly.

danestves commented 2 years ago

Thanks for test that! Weird thing 😅