Releases: Shritesh99/strawberry-django-social-auth
Releases · Shritesh99/strawberry-django-social-auth
0.4.3
Update version to [email protected]
0.4.2
Fixed is_new avatar not found issue
0.4.1
Renamed user to social_user
0.4.0
Added avatar support, see docs for the usage Information.
0.2.0
Added @socail_auth
decorator support
Decorator for Getting social User. Use this decorator if you want to customize the SocialAuthMixin.
- Param f: Input: SocialAuthInput(provider, accessToken)
- Returns: function with two additional arguments
- user: Entire User Object (Get your social data using user.social_user)
- errors: Any error occurred in the process of getting the Social User
0.1.0
- Added Awesome docs!
- Build Social Auth