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 JWT Auth Scheme (Replace Middleware) #161

Conversation

AntonioMrtz
Copy link
Owner

Description

Add JWT Auth Scheme for Swagger

Commit type

Feat

Issue

Solution

Proposed Changes

  • Adapt frontend requests to include credentials by default
  • Makes jwt middleware unused
  • Add JWT Bearer auth scheme
  • Adapt backend endpoints to use already converted jwt token

Potential Impact

Tests Performed

  • [✅] Test performed

Screenshots

Additional Tasks

Assigned

@AntonioMrtz

@AntonioMrtz AntonioMrtz merged commit 27d0462 into master Jul 6, 2024
10 checks passed
@AntonioMrtz AntonioMrtz deleted the feat/Add-Auth-Scheme-JWT-Bearer-(Allow-Swagger-JWT-and-disable-Middleware) branch July 6, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authentication Middleware Refactor
1 participant