Update main.py
Browse files
main.py
CHANGED
|
@@ -25,7 +25,7 @@ from authlib.integrations.starlette_client import OAuth
|
|
| 25 |
|
| 26 |
app = FastAPI()
|
| 27 |
|
| 28 |
-
oauth = OAuth(
|
| 29 |
app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY)
|
| 30 |
# Configure OAuth registry
|
| 31 |
oauth.register(
|
|
|
|
| 25 |
|
| 26 |
app = FastAPI()
|
| 27 |
|
| 28 |
+
oauth = OAuth()
|
| 29 |
app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY)
|
| 30 |
# Configure OAuth registry
|
| 31 |
oauth.register(
|