Metadata-Version: 2.4
Name: platzky_login_with_google
Version: 0.3.0
Summary: 
License: MIT
License-File: LICENSE
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: platzky (>=1.0.0,<2.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Description-Content-Type: text/markdown

# Platzky Login With Google Plugin

## Overview

Platzky Login With Google is a plugin that allows to login to the application using Google account. 

## Installation

```sh
pip install platzky-login-with-google
```

### Usage

```json
"plugins": [
  {
  "name": "login_with_google",
  "config": {
    "google_client_id": "YOUR_GOOGLE_CLIENT_ID"
    }
  }
]
```

