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

feat: bearer authorization on swagger ui #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TeeWallz
Copy link

Description

While bearer authorization has been implemented, there is no way to utilize this via the Swagger UI in current state.

This MR introduces this value via teh standard jwt mechanism. It also corrects the jwt token prefix to the use standard 'bearer' prefix to align with the jwt standard. Without this change, the bearer token generated fails the 'token' string check.


PR Checklist (Please do not remove)

  • Read the CONTRIBUTING guide
  • Title this PR according to the type(scope): description or type: description format
  • Provide description sufficient to understand the changes introduced in this PR, and, if necessary, some screenshots
  • Reference an issue or discussion where the feature or changes have been previously discussed
  • Add a failing test that passes with the changes introduced in this PR, or explain why it's not feasible
  • Add documentation for the feature or changes introduced in this PR to the docs; you can run them with bun docs

@TeeWallz TeeWallz changed the title feat: bearer authroization on swagger ui feat: bearer authorization on swagger ui Aug 12, 2024
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.

2 participants