happybell80
b2c1adfcc0
Update NAVER WORKS implementation status
...
- Backend Phase 1 complete (login endpoints working)
- Frontend not implemented yet
- Mark all frontend tasks as pending with ❌
2025-09-17 21:53:12 +09:00
happybell80
42188eecf0
Update DB schema for two-phase implementation plan
...
Phase 1: Login only with existing user table
Phase 2: Passport with workspace and token tables for API access
2025-09-17 21:29:15 +09:00
happybell80
911272a42e
Clarify DB requirements for phased implementation
...
- Phase 1 (login only): Use existing user table, no new tables needed
- Phase 2 (API usage): Add workspace and token tables
2025-09-17 21:28:37 +09:00
happybell80
126f6a8770
Update NAVER WORKS OAuth documentation with confirmed settings
...
- Mark .env configuration as complete
- Update confirmed OIDC userinfo fields (sub, email)
- Document error response format
- Confirm response_mode as query (default)
2025-09-17 21:27:58 +09:00
happybell80
4e82d17342
Clarify DB schema requirements for NAVER WORKS OAuth
...
- Add naverworks_workspace table requirement
- Clarify token storage necessity (only for API usage)
- Note difference between login-only vs API usage scenarios
2025-09-17 21:18:35 +09:00
happybell80
52597df813
Add frontend implementation plan for NAVER WORKS OAuth
...
- Login button with icon location
- Auth context modifications
- Skills panel passport integration
- Callback handling process
- UI/UX guidelines
2025-09-17 20:46:39 +09:00
happybell80
39e1cddbb4
Clarify passport/install endpoint purpose - Installation/authorization, not login
2025-09-17 20:41:43 +09:00
happybell80
eb0bf18307
Add NAVER WORKS console configuration details
...
- Add both callback URLs (normal and passport)
- Add OIDC Logout Redirection setting
- Match actual console configuration requirements
2025-09-17 20:40:49 +09:00
happybell80
e61491800a
Fix documentation inaccuracies for NAVER WORKS OAuth
...
- Change nginx-deploy to nginx-infra (actual directory name)
- Clarify DB table name: user (SQLAlchemy) not users
- Update Private Key storage: Base64 in .env, not file path
- Clarify callback: GET only (standard OAuth), not POST
- Add RS256 algorithm confirmation for JWT signing
2025-09-17 20:38:11 +09:00
happybell80
7e45e00e9b
Update NAVER WORKS documentation with OAuth patterns matching Gmail/Slack
...
- Add OAuth endpoint patterns for all providers (Gmail, Slack, NAVER WORKS)
- Unify Redirect URL domain to auth.ro-being.com across all providers
- Update Private Key storage location (Base64 in .env)
2025-09-17 20:35:59 +09:00
happybell80
0680384ee1
Update NAVER WORKS API guide with implementation details and security notes
2025-09-17 20:29:39 +09:00
happybell80
d3f44cee2b
Update NAVER WORKS OAuth implementation documentation
...
- Add NAVER WORKS OAuth to authentication system architecture
- Update API integration guide with confirmed endpoints and decisions
- Create troubleshooting guide for implementation
2025-09-17 20:22:27 +09:00
happybell80
9ea40568a0
Add new idea documents: FastAPI concepts, automation agents, Slack emoji reactions
2025-09-17 20:00:09 +09:00
happybell80
8f62e9c4d4
docs: 250916 트러블슈팅 및 아이디어 문서 정리
...
- ChromaDB 메타데이터 손상 문제 문서화
- CompanyX 뉴스 검증 로직 현황 수정
- 4개 아이디어 문서에 프로젝트 구현 상태 추가
- HWP-PDF 변환: skill-rag-file 미지원
- 네이버웍스 캘린더: OAuth2/서비스 미구현
- 감정 분석: ONNX 미통합, API 미구현
- 슬랙 캔버스: API 전체 미사용
2025-09-16 19:28:52 +09:00