lablup / lablup/backend.ai

Passing information such as host and port in the redirect URL information together

Open
#3,953 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.