Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CodeWithOz
/
parle
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Seal API keys in a Cloudflare Worker BFF instead of browser storage
- #56
#56
Merged
CodeWithOz
merged 11 commits into
main
CodeWithOz/parle:main
from
cursor/92dbd804
CodeWithOz/parle:cursor/92dbd804
Copy head branch name to clipboard
Sep 17, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Seal API keys in a Cloudflare Worker BFF instead of browser storage
#56
CodeWithOz
merged 11 commits into
main
CodeWithOz/parle:main
from
cursor/92dbd804
CodeWithOz/parle:cursor/92dbd804
Copy head branch name to clipboard
Commits
Commits on Sep 13, 2026
Add a Cloudflare Worker BFF that seals API keys in an HttpOnly cookie.
Show description for 8eeb119
CodeWithOz
and
cursoragent
committed
8eeb119
View commit details
Copy full SHA for 8eeb119
Browse repository at this point
Route LLM calls through the Cloudflare Worker BFF instead of browser API keys.
Show description for cb8c719
CodeWithOz
and
cursoragent
committed
cb8c719
View commit details
Copy full SHA for cb8c719
Browse repository at this point
Commits on Sep 15, 2026
Remove the unused Worker withTimeout helper that never aborted upstream calls.
Show description for 2341522
CodeWithOz
and
cursoragent
committed
2341522
View commit details
Copy full SHA for 2341522
Browse repository at this point
Treat malformed percent-encoded session cookies as missing instead of throwing.
Show description for af7f65e
CodeWithOz
and
cursoragent
committed
af7f65e
View commit details
Copy full SHA for af7f65e
Browse repository at this point
Reject sealed API-key sessions older than the cookie Max-Age on the server.
Show description for 2c94aea
CodeWithOz
and
cursoragent
committed
2c94aea
View commit details
Copy full SHA for 2c94aea
Browse repository at this point
Commits on Sep 16, 2026
Ignore Wrangler local Miniflare state so .wrangler is not committed.
Show description for 8ec737b
CodeWithOz
and
cursoragent
committed
8ec737b
View commit details
Copy full SHA for 8ec737b
Browse repository at this point
Constrain multi-character characterName to the fixed Character N labels.
Show description for 3cd16a4
CodeWithOz
and
cursoragent
committed
3cd16a4
View commit details
Copy full SHA for 3cd16a4
Browse repository at this point
Fail closed on invalid scenario-plan JSON instead of returning empty characters and steps.
Show description for 2ba6bf7
CodeWithOz
and
cursoragent
committed
2ba6bf7
View commit details
Copy full SHA for 2ba6bf7
Browse repository at this point
Reject sealed sessions whose keys object is null or has non-string provider values.
Show description for 351b8f6
CodeWithOz
and
cursoragent
committed
351b8f6
View commit details
Copy full SHA for 351b8f6
Browse repository at this point
Reject malformed chat history and review turns at the Worker request boundary.
Show description for 8e9b835
CodeWithOz
and
cursoragent
committed
8e9b835
View commit details
Copy full SHA for 8e9b835
Browse repository at this point
Document BFF session, fail-closed Worker schemas, and local Wrangler facts in AGENTS.md.
Show description for 1f983f5
CodeWithOz
and
cursoragent
committed
1f983f5
View commit details
Copy full SHA for 1f983f5
Browse repository at this point
You can’t perform that action at this time.