pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

If signing goes wrong, instead of failing with 'str + None' error #18

Closed victorgp closed 9 years ago

victorgp commented 9 years ago

Just return an invalid session.

fengsp commented 9 years ago

Fixed

victorgp commented 9 years ago

Mmm... what do you mean with Fixed? i don't see any new commit and my pull request is not merged

fengsp commented 9 years ago

@victorgp Just release 0.2.1, give it a try :)

victorgp commented 9 years ago

Ok, got it! i'll give it a try, thanks!

victorgp commented 9 years ago

@fengsp works like a charm!! Thank you!