ynab update

This commit is contained in:
2026-01-31 22:47:43 -05:00
parent f0f72cce36
commit 6ae36b51a0
15 changed files with 645 additions and 8 deletions

View File

@@ -7,6 +7,10 @@ from typing import Dict, Any
from authlib.jose import jwt
from authlib.jose.errors import JoseError
import httpx
from dotenv import load_dotenv
# Load environment variables
load_dotenv()
class OIDCConfig: