Skip to content

Releases: Shritesh99/strawberry-django-social-auth

0.4.3

08 Oct 12:22
Compare
Choose a tag to compare

0.4.2

17 Dec 13:57
Compare
Choose a tag to compare

Fixed is_new avatar not found issue

0.4.1

06 Dec 18:55
Compare
Choose a tag to compare

Renamed user to social_user

0.4.0

28 Nov 01:26
Compare
Choose a tag to compare

Added avatar support, see docs for the usage Information.

0.2.0

23 Nov 21:35
Compare
Choose a tag to compare

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

17 Nov 01:22
Compare
Choose a tag to compare
  • Added Awesome docs!
  • Build Social Auth