Skip to content

Releases: cuongdevjs/reactjs-social-login

v2.6.3

27 Aug 08:09
Compare
Choose a tag to compare

v.2.6.2

26 Jan 13:06
Compare
Choose a tag to compare

Resolved the issues: #92 #95
Thanks to @mohdhaider07 for the PR

Add option get idToken (Google Provider)

06 Nov 02:24
Compare
Choose a tag to compare
  • fixed the issues: pass the prop typeResponse (idToken | accessToken) to LoginSocialGoogle

Add Tiktok provider

31 Oct 15:36
Compare
Choose a tag to compare
  • add fields prop for Instagram component
  • add support Tiktok provider

v2.5.5 Apple Login Social Support

14 Aug 06:17
Compare
Choose a tag to compare
  • added #62
  • add a prop isOnlyGetToken on the components #61

v2.5.2 Upgrade to oAuth v2 method (Twitter)

07 Aug 12:04
Compare
Choose a tag to compare
  • complete feature #60

Fixed bug: issue only remove sdk when success login

04 Jul 14:29
Compare
Choose a tag to compare

Breaking change: Remove ref

02 Jul 15:44
Compare
Choose a tag to compare
  • fixed #54: remove script element after unmount component (Google, Facebook, Amazon), fixed bug can't click after unmount
  • remove refs function on all components

v.2.1.0

22 May 05:06
Compare
Choose a tag to compare
  • migrate Google to the new mechanism (Google Identity Services) #47
  • fixed bug #36

v.2.0.1

16 Feb 16:18
Compare
Choose a tag to compare
  • fix #36 module has no export (merge PR #40, thanks to @anver)