Why should i enter "Bearer" in start of value in Authorize part when i want to have login with JWT?
## Is this a regression?
No I don't know because I didn't check the previous versions and now I got this annoying thing after spending a lot of time trying to login with swagger.
## Minimal Reproduction
```code
Bearer
```
## Stack trace / Error message
```code
401 - { "detail": "Authentication credentials were not provided."}
```
Bug Report
Description
Why should i enter "Bearer" in start of value in Authorize part when i want to have login with JWT? ## Is this a regression? No I don't know because I didn't check the previous versions and now I got this annoying thing after spending a lot of time trying to login with swagger. ## Minimal Reproduction ```code Bearer