rethinkdb / horizon

Horizon is a realtime, open-source backend for JavaScript apps.
MIT License
6.78k stars 349 forks source link

auth_redirect = "/?parameter=foe" in config.toml cause token to not be successfuly created #893

Open lucienhetu opened 4 years ago

lucienhetu commented 4 years ago

Server version: 6.14.4 Issue: When _authredirection parameter includes a question mark, authentication won't succeffuly execute. Workaround: Do no use a question mark under the auth_redirect parameter of the config.toml file

firedragonironfist commented 1 year ago

Hey@lucienhetu according to the my understanding of the issue should we avoid using a question mark in the "auth_redirect" parameter. Instead, we could use a different character, such as an underscore or a dash, to separate the base URL from any query parameters that we need to include.