-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
Hi,
I found that if the user sends the JWT token followed by a comma (,) an IndexError is raised. Is this the expected behaviour? You should be able to reproduce this using the basic example from the docs. It appears that the exception is raised executing s.split()[0] in
| jwt_header = [s for s in field_values if s.split()[0] == header_type] |
Regards,
Metadata
Metadata
Assignees
Labels
No labels