Skip to content

Commit

Permalink
Added branding and license
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantam committed Sep 24, 2015
1 parent 61e4d9b commit 0e60c73
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 3Pillar Global, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Socialauth
================

SocialAuth is a Java library ([.NET port](http://code.google.com/p/socialauth-net/) & [Android](http://code.google.com/p/socialauth-android/) version available) for you if your web application requires:
SocialAuth is a Java library ([.NET port](http://code.google.com/p/socialauth-net/) & [Android](http://code.google.com/p/socialauth-android/) version available) for you if your web application requires:

* Authenticating users through external oAuth providers like Gmail, Hotmail, Yahoo, Twitter, Facebook, LinkedIn, Foursquare, MySpace, Salesforce, Yammer, Google Plus, Instagram as well as through OpenID providers like myopenid.com.
* Easy user registration. All you need to do is create a page where users can click on buttons for the above providers or other supported providers. Just call SocialAuth and you can get all their profile details.
* Authenticating users through external oAuth providers like Gmail, Hotmail, Yahoo, Twitter, Facebook, LinkedIn, Foursquare, MySpace, Salesforce, Yammer, Google Plus, Instagram as well as through OpenID providers like myopenid.com.
* Easy user registration. All you need to do is create a page where users can click on buttons for the above providers or other supported providers. Just call SocialAuth and you can get all their profile details.
* Importing contacts from networking sites.

See our [SoicalAuth demo in action](http://labs.3pillarglobal.com/socialauthdemo) !
Expand Down Expand Up @@ -69,8 +69,14 @@ Whats new in Version 4.2?
* Added Instagram provider
* Twitter API v1.1 implemented
* Command line utility to generate and save access token
* All core projects are maven-ise now and jars are available on maven repository.
* All core projects are maven-ise now and jars are available on maven repository.
* All demos except seam and grails are maven-ise now.
* OAuth endpoint (RequestToken URL, Authorization URL and AccessToken URL) can be configured through properties file now.
* Response object returned by UpdateStatus method.
* Bug fixes

# About this project

![3Pillar Global] (http://www.3pillarglobal.com/wp-content/themes/base/library/images/logo_3pg.png)

**SocialAuth** is developed and maintained by [3Pillar Global](http://www.3pillarglobal.com/).

0 comments on commit 0e60c73

Please sign in to comment.