Add authorization for the WebApp #3285
vaayne
started this conversation in
Suggestion
Replies: 1 comment 5 replies
-
Try wrap it with a react app, meanwhile disable the public web access |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing?
I have created a web application, but I want to restrict access to it and keep it private. Currently, the only available option is to allow anyone with the link to use the app.
I am aware of a similar issue reported here: #3074. However, that solution involves single sign-on (SSO) for enterprise users, which is not suitable for my purpose.
2. Describe the feature you'd like to see
Add authorization for the WebApp like using the API with ApiKey.
3. How will this feature improve your workflow or experience?
Keep my data safe.
4. Additional context or comments
I am interested in contributing to this feature.
5. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions