vimalloc/flask-jwt-extended

Multiple JWT_HEADER_TYPE options

Closed this issue · 1 comments

There can currently be only 1 option for JWT_HEADER_TYPE (e.g. "Bearer","") but is there way to make it not indifferent if there is a "Bearer " string in front of the token or not so it wouldn't matter if you recive 'Authorization : Bearer TOKEN' or 'Authorization : TOKEN'

The need for it disappeared but it would be still something nice to have