cinny icon indicating copy to clipboard operation
cinny copied to clipboard

support `redirect_after_login` query param on login/register screen

Open ajbura opened this issue 3 months ago • 1 comments

Describe the problem

Currently if a link is shared to register a user, user need other link to follow in order to join any community.

Describe the solution you'd like

With redirect_after_login query param we will be able to register as well invite user in single link.

Alternative: currently only alternative is to feature/public-directory room on client/server and hope user to find them.

Alternatives considered

No response

Additional context

No response

ajbura avatar Oct 10 '25 15:10 ajbura

Hey @ajbura 👋 I’d like to work on this feature.

My plan is to add support for a redirect_after_login query parameter on the login/register screens. I’ll handle it by checking the query param (or storing it in sessionStorage if needed) and redirecting the user to that path right after successful login or registration.

If that approach sounds good, could you please assign this issue to me? I’d be happy to implement it.

Arav-Menon avatar Oct 11 '25 16:10 Arav-Menon