Passing information such as host and port in the redirect URL information together
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## User story
- As a developer, when I need to handle redirect URLs, I want to pass information such as host and port together in the redirect URL so that I can avoid parsing it on the front end.
## Context
Currently, the redirect URL information is passed separately, requiring parsing on the front end. The goal is to include additional fields in the redirect URL.
## Acceptance criteria
- Redirect URL must include host and port information.
- The front end should not need to parse the redirect URL for host and port.
## Other information
N/A
JIRA Issue: BA-976
Contributor guide
Assessment
This issue has not been assessed yet.