https://github.com/wasabina67/flask-google-login
Flask Google login
https://github.com/wasabina67/flask-google-login
devcontainer docker-compose flask google-login https-portal oauthlib
Last synced: about 1 month ago
JSON representation
Flask Google login
- Host: GitHub
- URL: https://github.com/wasabina67/flask-google-login
- Owner: wasabina67
- License: mit
- Created: 2024-11-30T16:07:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T08:38:00.000Z (over 1 year ago)
- Last Synced: 2025-06-26T16:49:05.556Z (12 months ago)
- Topics: devcontainer, docker-compose, flask, google-login, https-portal, oauthlib
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-google-login
Flask Google login
## Setup
- [OAuthLib](https://oauthlib.readthedocs.io/en/latest/)
- [oauthlib/oauthlib](https://github.com/oauthlib/oauthlib)
### Redirect URI
```
https://localhost:3443/callback
```
### Create .env
```bash
cp -p .env.example .env
```
- SECRET_KEY
- Flask secret key
- CLIENT_ID
- The client ID for your application registered on the Google Authentication platform
- CLIENT_SECRET
- The client secret for your application registered on the Google Authentication platform
- GOOGLE_OPENID_CONFIGURATION
## Run
```bash
python src/app.py
```
Open https://localhost:3443/
