|
b17ac3d91a
|
v0.2.2: OAuth authentication system improvements
🔧 OAuth Fixes:
- Add transition:generic scope to resolve authentication errors
- Improve Agent creation with session object and dpopFetch fallback
- Fix avatar fetching to use correct public API endpoints
- Proper PDS endpoint selection (bsky.syu.is vs public.api.bsky.app)
🎨 UI Improvements:
- Remove 'Demo' text from loading states
- Environment-based feature toggles (TestUI/Debug)
- Unified padding system (20px 0)
- CSS conflict resolution with oauth- prefix
🚀 Production Ready:
- Automatic feature disable in production build
- Session management improvements
- Error handling enhancements
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-06-19 11:56:06 +09:00 |
|
|
81f87d0462
|
fix loading
|
2025-06-19 11:41:01 +09:00 |
|
|
a020fa24d8
|
fix gh-actions oauth-session
|
2025-06-19 11:34:56 +09:00 |
|
|
21c53010b7
|
test oauth_new gh-actions
|
2025-06-19 11:13:11 +09:00 |
|
|
fecd927b91
|
fix oauth_new env test
|
2025-06-18 18:16:37 +09:00 |
|
|
b54e8089ea
|
oauth_new
|
2025-06-18 17:25:42 +09:00 |
|
|
174cb12d4d
|
test merge
|
2025-06-18 10:53:48 +09:00 |
|
|
4edde5293a
|
Add oauth_new: Complete OAuth authentication and comment system
- Created new oauth_new directory with clean OAuth implementation
- Added 4-tab interface: Lang, Comment, Collection, User Comments
- Implemented OAuth authentication with @atproto/oauth-client-browser
- Added comment posting functionality with putRecord
- Added proper PDS detection and error handling
- Skipped placeholder users to prevent errors
- Built comprehensive documentation (README.md, DEVELOPMENT.md)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-06-17 22:34:03 +09:00 |
|