You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the application as a single-site application (here called Enterprise, although this can also be very useful at home).
I have set up an oauth. And with a single workspace it should actually be possible to log in directly via the normal url: http://lowcoderhost/user/auth/login
Describe alternatives you've considered
Some kind of flag which automatically redirects to the url of the workspace? LOWCODER_AUTO_REDIRECT_TO_WORKSPACE?
Alternatively, it would at least be practical to use the name of the workspace instead of the ID:
Is your feature request related to a problem? Please describe.
Currently i need to login with the url
http://lowcoderhost/org/some-random-id-not-the-name/auth/login
Describe the solution you'd like
I use the application as a single-site application (here called Enterprise, although this can also be very useful at home).
I have set up an oauth. And with a single workspace it should actually be possible to log in directly via the normal url:
http://lowcoderhost/user/auth/login
Describe alternatives you've considered
Some kind of flag which automatically redirects to the url of the workspace? LOWCODER_AUTO_REDIRECT_TO_WORKSPACE?
Alternatively, it would at least be practical to use the name of the workspace instead of the ID:
http://lowcoderhost/org/test/auth/login
The text was updated successfully, but these errors were encountered: