Skip to content

Commit

Permalink
Revert openhab#1428
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
  • Loading branch information
Confectrician committed Jan 10, 2021
1 parent e737d71 commit 79cb9dd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions configuration/restdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,6 @@ To authenticate with an API token, **apaddpend `-u '{API_TOKEN}:'` to the comman

You can manage all access tokens in your profile settings in the Main UI.

### Disable authentication

It is possible to disable authentication.
Stop openhab and add this part to ```$OPENHAB_USERDATA/etc/org.apache.karaf.features.xml``` before ```</featuresProcessing>```:

```xml
<blacklistedFeatures>
<feature>openhab-*-auth</feature>
</blacklistedFeatures>
```

Once openhab is restarted authentication will be disabled.

## Additional Considerations

The REST API also supports server-push supporting subscriptions on change notification for certain resources.

0 comments on commit 79cb9dd

Please sign in to comment.