teamhide / fastapi-boilerplate

FastAPI boilerplate for real world production
986 stars 156 forks source link

AttributeError: 'str' object has no attribute 'decode' #26

Closed abhishakegupta91 closed 6 months ago

abhishakegupta91 commented 10 months ago

Received AttributeError: 'str' object has no attribute 'decode'

At line: https://github.com/teamhide/fastapi-boilerplate/blob/master/core/utils/token_helper.py#L19

HeroSony commented 7 months ago

@abhishakegupta91, have you fixed it? I've got the same error.

teamhide commented 6 months ago

@abhishakegupta91 @HeroSony Sorry for the late reply. The revision has been reflected in the latest code. Please pull it.

abhishakegupta91 commented 6 months ago

Thanks