-
Notifications
You must be signed in to change notification settings - Fork 86
Anonymous run api access sessions #1443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @amikofalvy's task —— View job Code Review: Anonymous Run API Access SessionsReview Progress:
✅ SummaryThis PR implements anonymous user sessions using Better Auth's anonymous plugin, enabling public-facing widgets to provide stable user identity without requiring authentication. The implementation follows a well-designed dual authentication pattern: API Key (for project scope) + Session Token (for user scope). 🎯 StrengthsExcellent Architecture
Clean Implementation
|
No description provided.