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

Add supports for multiple security schemes in http server #1070

Merged
merged 5 commits into from
Sep 8, 2023

Commits on Sep 5, 2023

  1. feat(http-binding): add supports for multiple security schemes

    Note that this means that the server is able to expose Things with different
    security requirements. For example, it is possibile to now have a Thing
    with `nosec` security scheme and one with `basic` security scheme. As a
    side effect, the OAuth example now works as explained in eclipse-thingweb#873.
    
    Fix eclipse-thingweb#204 eclipse-thingweb#873
    relu91 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    680d807 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    3389714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47554e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3e055 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    26bf72e View commit details
    Browse the repository at this point in the history