-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Don't require HTTP Basic Authentication enabled #3612
Labels
enhancement
Indicates new feature requests
Comments
@openhab/core-maintainers Where can I find information on how the |
The code is here: https://github.com/openhab/openhab-core/blob/main/bundles/org.openhab.core.io.rest.auth/src/main/java/org/openhab/core/io/rest/auth/internal/TokenResource.java and I believe that is the best documentation that is available. |
mueller-ma
added a commit
to mueller-ma/openhab.android
that referenced
this issue
Mar 15, 2024
See openhab#3612 Signed-off-by: mueller-ma <[email protected]>
mueller-ma
added a commit
to mueller-ma/openhab.android
that referenced
this issue
Mar 15, 2024
See openhab#3612 Signed-off-by: mueller-ma <[email protected]>
mueller-ma
added a commit
that referenced
this issue
Mar 18, 2024
See #3612 Signed-off-by: mueller-ma <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently it's required to enable HTTP Basic Authentication on the server to use the app.
Describe the solution you'd like
Generate an API token when the credentials are entered in the app.
The text was updated successfully, but these errors were encountered: