Commit Graph

4 Commits

Author SHA1 Message Date
kosma 69fa70c743 proxy
/ build (push) Successful in 42s Details
2026-03-04 16:47:28 +01:00
kosma 5f7b61eb37 Clean up code smells in app.py
/ build (push) Successful in 42s Details
- Cache public key at startup instead of re-serializing per request
- Remove unused url_for import
- Remove unused session["client_id"]
- Narrow bare except Exception to specific exception types
- Use urlencode for calendar URL query params

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 15:53:40 +01:00
kosma 6b0689038f Add Discourse calendar key generator
/ build (push) Successful in 42s Details
2026-03-04 15:45:54 +01:00
kosma d8f5a7f77c Initial commit: Flask app translating Discourse User API Key flow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 14:53:29 +01:00