joegasewicz/flask-jwt-router

If `update_token` method is called with no token in the headers

joegasewicz opened this issue · 0 comments

table_name = self.decoded_token.get("table_name")

If update_token method is called with no token in the headers, it's likely the user meant to actually use create_token method...