Skip to content

Commit

Permalink
Fix logout issues, adds SSR support and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-goudry committed Nov 8, 2017
1 parent eb89d0b commit 9bc9de3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -23,6 +23,10 @@ React Social Login is an HOC which provides social login through multiple provid
* Takes care of warnings from provider's SDKs when multiple instances are placed
* Kind of re-birth of my previous .Net driven similar open source - SocialAuth.NET

## Online demo

See [https://deepakaggarwal7.github.io/react-social-login](https://deepakaggarwal7.github.io/react-social-login).

## Demo

Edit `appId` props with your own ones in `demo/index.js` file and build demo:
Expand Down Expand Up @@ -301,6 +305,12 @@ __v3.4.0__ [22 October 2017] Fix logout issues, expose wrapped component ref and
* Expose wrapped component ref ([react know issue](https://github.com/facebook/react/issues/4213))
* Small fixes

__v3.4.1__ [08 November 2017] Fix logout issues, adds SSR support and fixes
* Fix unknown prop `triggerLogout` forwarded to wrapped component
* Server-side rendering support
* Small fixes
* Update README to explain how logout is implemented in demo

## Tests

TBD
Expand All @@ -313,7 +323,8 @@ TBD
* Kamran Ahmed : custom Google scopes
* Adrien Cohen : multiple Google buttons
* Jason Loo : full google auth response

* Andri Janusson : LinkedIn public profile URL
* Adrien Pascal : SSR support

[demo]: https://localhost:8080
[findmyappid]: #find-my-appid
Expand Down
2 changes: 1 addition & 1 deletion dist/social-login.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-social-login",
"version": "3.4.0",
"version": "3.4.1",
"description": "React Component for Login via Social Providers",
"main": "dist/social-login.js",
"engines": {
Expand Down

0 comments on commit 9bc9de3

Please sign in to comment.