9 Commits

Author SHA1 Message Date
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