Open baifachuan opened 1 month ago
No response
our token doese not bearer or access token need to parsed.
Arrays can cause significant interference, such as how to pass them?
bearer token format is:
Authorization: Bearer xxxx
this code:
token = request.headers.get('Authorization').split()[1]
can not parsed the bearer token.
@baifachuan This issue still exists in the main branch.
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
No response
Describe the feature you'd like
our token doese not bearer or access token need to parsed.
Arrays can cause significant interference, such as how to pass them?
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response