Skip to content

Commit 933114d

Browse files
committed
Released version 2.8.0
----- * Support Python 3 * Added missing APIs (Change Username, Validate/Invalidate Token APIs) * Fixed Bugs
1 parent fd9391b commit 933114d

6 files changed

Lines changed: 127 additions & 1736 deletions

File tree

README.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
1-
# LoginRadius python SDK
1+
# sdk-python-customer-identity
2+
LoginRadius Python SDK for customer identity
23

4+
Work In Progress
5+
------------------
6+
To check right now, do git clone
37

4-
![Home Image](https://d2lvlj7xfpldmj.cloudfront.net/support/github/banner-1544x500.png)
8+
From Package (Not yet completely checked)
9+
=========
510

6-
## Introduction ##
11+
Using pip
712

8-
LoginRadius Customer Registration wrapper provides access to LoginRadius Identity Management Platform API.
13+
pip install loginradius
914

10-
LoginRadius is an Identity Management Platform that simplifies user registration while securing data. LoginRadius Platform simplifies and secures your user registration process, increases conversion with Social Login that combines 30 major social platforms, and offers a full solution with Traditional Customer Registration. You can gather a wealth of user profile data from Social Login or Traditional Customer Registration.
15+
or with easy_install
1116

12-
LoginRadius centralizes it all in one place, making it easy to manage and access. Easily integrate LoginRadius with all of your third-party applications, like MailChimp, Google Analytics, Livefyre and many more, making it easy to utilize the data you are capturing.
17+
easy_install loginradius
1318

14-
LoginRadius helps businesses boost user engagement on their web/mobile platform, manage online identities, utilize social media for marketing, capture accurate consumer data, and get unique social insight into their customer base.
19+
Online Documentation
20+
====================
1521

16-
Please visit [here](http://www.loginradius.com/) for more information.
22+
You can read more at
1723

24+
http://loginradius.readthedocs.org/
1825

19-
## Documentation
26+
Changelog
27+
======
28+
2.8
29+
-----
2030

21-
* [Configuration](http://apidocs.loginradius.com/docs/python) - Everything you need to begin using the Social SDK.
22-
* [Customer Registration](http://apidocs.loginradius.com/docs/user-registration) - Everything you need to implement the full LoginRadius Customer Registration system including Social Login.
31+
* Support Python 3
2332

24-
General documentation regarding the Python REST API and related flows can be found on the [LoginRadius API Documentations](http://apidocs.loginradius.com/) site.
33+
2.5
34+
-----
35+
36+
* Added User Registration APIs

0 commit comments

Comments
 (0)