Metadata-Version: 2.2
Name: flask_social_oauth
Version: 1.3.0
Summary: Flask Social Login is a Python package that simplifies the integration of social login functionality into Flask web applications. With support for popular social authentication providers like Google, GitHub, and Discord, Flask Social Login streamlines the authentication process for users and enables seamless access to your web application.
Author-email: Om Mishra <hello@om-mishra.com>
Project-URL: Homepage, https://docs.om-mishra.com/flask-social-oauth
Project-URL: Issues, https://github.com/om-mishra7/flask-social-oauth/issues
Project-URL: Repository, https://github.com/om-mishra7/flask-social-oauth
Keywords: flask,social,auth,login,oauth,google,github,discord
Requires-Python: >=3.1
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: urllib3
Requires-Dist: requests

# Flask Social OAuth

Flask Social OAuth is a Python package that simplifies the integration of social OAuth functionality into Flask web applications. It provides an easy-to-use interface for authenticating users with popular social providers.

## Supported Providers

Flask Social OAuth supports authentication via the following platforms:

- Google
- GitHub
- Discord

## Documentation

For detailed usage, configuration, and implementation examples, please refer to the official [documentation](https://om-mishra.com/docs/flask-social-oauth).

## Issues and Contributions

If you encounter any issues, have suggestions for improvements, or want to contribute, feel free to open an issue on [GitHub](https://github.com/om-mishra7/flask-social-oauth/issues). Contributions are always welcome!

## License

Flask Social OAuth is released under the MIT License. You are free to use, modify, and distribute it under the terms of this license.

