Closed prmtl closed 7 years ago
This is the same as it was done for Pyramid app - do not expect that User.id will be always an Integer but get it's type and use it in UserSocialAuth.user_id column.
I've ported this PR into social-app-flask-sqlalchemy, social-app-pyramid, social-app-tornado and social-app-webpy.
Thanks!
This is the same as it was done for Pyramid app - do not expect that User.id will be always an Integer but get it's type and use it in UserSocialAuth.user_id column.