Description
Hi!
First of all, thanks for the great package :) I was having the same issue as #62 (not being able to use query parameters in a remote running application). It looks like the query parameters are pasted when run locally, but not when running remote. I was wondering if it could be fixed by pasting the query parameters in this line?
https://github.com/curso-r/auth0/blob/master/R/shiny.R#L52
I was going to post the solution that worked for me, but saw now that it was actually really similar to the fork mentioned in the comments of issue #63.
When pasting the query parameters, I did have to adjust the Allowed Callback URLS in the online configuration, by adding the remote url again with a "/?" at the end. Otherwise I got redirect issues.
Were you still planning to add the query parameters to the remote redirect_uri
? Or is this not a desirable solution?