generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor(authentication) - create stackable middleware to be able to implement alternative auth methods #372
Comments
michalkrzyz
added a commit
that referenced
this issue
Nov 19, 2024
Redesign JWT token authentication middleware to support additional/alternative authentication method
michalkrzyz
added a commit
that referenced
this issue
Nov 19, 2024
Redesign JWT token authentication middleware to support additional/alternative authentication method
michalkrzyz
added a commit
that referenced
this issue
Nov 19, 2024
Redesign JWT token authentication middleware to support additional/alternative authentication method
michalkrzyz
added a commit
that referenced
this issue
Nov 19, 2024
Redesign JWT token authentication middleware to support additional/alternative authentication method
michalkrzyz
added a commit
that referenced
this issue
Nov 22, 2024
Split verify function for JWT token auth to make it more readable
michalkrzyz
added a commit
that referenced
this issue
Nov 22, 2024
Split verify function for JWT token auth to make it more readable
michalkrzyz
added a commit
that referenced
this issue
Dec 3, 2024
Redesign JWT token authentication middleware to support additional/alternative authentication method
michalkrzyz
added a commit
that referenced
this issue
Dec 3, 2024
Split verify function for JWT token auth to make it more readable
michalkrzyz
added a commit
that referenced
this issue
Dec 12, 2024
Redesign JWT token authentication middleware to support additional/alternative authentication method
michalkrzyz
added a commit
that referenced
this issue
Dec 12, 2024
Split verify function for JWT token auth to make it more readable
This is also pending @drochow review |
drochow
added a commit
that referenced
this issue
Dec 19, 2024
* feat(authN): Redesign JWT token auth #372 Redesign JWT token authentication middleware to support additional/alternative authentication method * claimsfeat(authN): Redesign JWT token auth #372 Split verify function for JWT token auth to make it more readable --------- Co-authored-by: David Rochow <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refactor
Task Description
Currently we are able to use token_auth middleware to authenticate user/scanner. Provide abstraction layer to have stackable alternative way to authenticate (user via oidc and scanner via JWT token)
Acceptance Criteria:
Expected Test:
No new tests are expected
The text was updated successfully, but these errors were encountered: