Skip to content
New issue

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

[Feat]: Manage Oauth with /preview links like /view links #1386

Open
lanedsmu opened this issue Dec 10, 2024 · 1 comment
Open

[Feat]: Manage Oauth with /preview links like /view links #1386

lanedsmu opened this issue Dec 10, 2024 · 1 comment
Assignees
Labels
Javascript Frontend Pull requests that update Javascript code

Comments

@lanedsmu
Copy link

lanedsmu commented Dec 10, 2024

When browsing to lowcoderurl/apps/appID/view, authentication happens as expected: user is redirected to the appropriate auth provider (oauth or email or whatever) and then back to the app url after authentication.

With /preview URLs (and with URLs that don't have anything after the app ID), however, the behavior appears not to have been updated, and the user is redirected in ways I don't quite understand yet. Behavior definitely does not mirror the behavior in /view.

Instead, we'd like the login behavior to be consistent, and to match what's done with /view URLs.

Additionally, it may be worth pointing out that when going to a particular app URL, there may not actually be a reason to prompt for an email address before taking the user to the auth screen: with an app specified in the URL, there's already a defined destination org, so the email prompt is a bit superfluous.

@FalkWolsky FalkWolsky added the Javascript Frontend Pull requests that update Javascript code label Jan 13, 2025
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Jan 13, 2025
@FalkWolsky
Copy link
Contributor

You are right! These are truly good findings and we will work it out soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Javascript Frontend Pull requests that update Javascript code
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants