Skip to content

Conversation

@cm0x4D
Copy link
Member

@cm0x4D cm0x4D commented Sep 16, 2022

  • Added support for JWT access token authentication (OAuth2)
  • Basic Auth still works in parallel
  • Removed session, so all request need either a token or basic auth

@cm0x4D cm0x4D added the enhancement New feature or request label Sep 16, 2022
@cm0x4D cm0x4D requested a review from MartinMeyer1 September 16, 2022 23:00
@cm0x4D cm0x4D changed the base branch from master to develop September 16, 2022 23:00
@cm0x4D
Copy link
Member Author

cm0x4D commented Sep 17, 2022

It Is now possible to give access to a single endpoint (READ, WRITE, CONFIGURE) using a JWT access token without a user required.

Some things are still missing:

  • Token-based access to endpoint groups
  • Migrating provisioning to JWT tokens
  • Test, test, test
  • Integrate to WebSocket (STOMP) security

Some heavy security testsing will be required for this one…
@cm0x4D cm0x4D force-pushed the feature/jwt-token-auth branch from 11cbb7b to 126b3f8 Compare September 17, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants