Metadata-Version: 2.1
Name: KivyAuth
Version: 0.1
Summary: Integrate Google, Facebook, Github & Twitter login in kivy applications 
Home-page: https://github.com/shashi278/social-auth-kivy
Author: Shashi Ranjan
Author-email: shashiranjankv@gmail.com
License: UNKNOWN
Keywords: social-login google-login facebook-login firebase-auth kivy-application kivy python
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Android
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: kivy

# social-auth-kivy
#### *Integrate Google, Facebook, Github &amp; Twitter login in kivy applications*

![demo.gif](demo.gif)

###
#### Google and Facebook logins have been implemented natively. See [here](docs/integrate-google-facebook-login.md) to implement it yourself.
#### Firebase has been used for integrating Github and Twitter logins. See [here](docs/integrate-firebase-auth.md) to implement it yourself.

##
### Releases:
* Contains a debug apk in [bin](https://github.com/shashi278/social-auth-kivy/tree/master/bin) directory.

### TODO:
* Make it a sole package so that everyone don't need to write all those codes everytime. 
* I'm not sure why `AsyncImage` is not working for me and not showing any profile picture.

##
Feel free to ping me or raise issues if there's any difficulty in packaging it up.

Star and fork my work if you think it's useful.


