We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When handling valid redirect urls, we need to support either a full URL or simply a path on the app.
&redirect=/invite-response -> http://invitingApp.psibase.127.0.0.1.sslip.io:8080/invite-response
&redirect=/invite-response
&redirect=https://api.monstereos.com/invite-response -> https://api.monstereos.com/invite-response
&redirect=https://api.monstereos.com/invite-response
If path array is empty, all paths are wildcarded. This behavior does not apply for full urls.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When handling valid redirect urls, we need to support either a full URL or simply a path on the app.
Examples
Path only
&redirect=/invite-response
-> http://invitingApp.psibase.127.0.0.1.sslip.io:8080/invite-responseFull domain
&redirect=https://api.monstereos.com/invite-response
-> https://api.monstereos.com/invite-responseIf path array is empty, all paths are wildcarded.
This behavior does not apply for full urls.
The text was updated successfully, but these errors were encountered: