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.
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)
type(scope): description
ortype: description
formatbun docs
~