HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
학습 TIL
/
🌳
[TIL] 데브코스 84일차
🌳

[TIL] 데브코스 84일차

Date
Jul 14, 2022
대주제
멘토링
CheQuiz
주제
멘토와의 커피챗
strapi
활동 기록
☕
동근님과 커피챗
,
📝
07.14 Strapi 공동작업 기록

오늘 배운 것 🌱

  • 커피챗 (링크)
    • ✅ 질문 정리
      ✅ 커피챗 진행
  • Strapi (링크)
    • ✅ Strapi Server 테스트
      ✅  User 객체 sanitze 관련 이슈 처리
  • 최종프로젝트 프론트 회의 (링크)
    • ✅ 백엔드와 소통 방침
      ✅ 프론트엔드 스펙 논의

어려웠던 내용 🧐

  • Strapi Sanitize 작업
    • 공식문서에 해당 내용 부재로 인해, 해결방법을 찾는 것 자체에서 해매었다.
    • Stripi util 중 sanitize API를 찾아내어, 민감정보를 포함한 필드에 대해 delete 처리 해주는 것으로 해결

궁금한 내용 / 부족한내용 🤔

  • 개발 전 설계 과정
  • 클린코드
 
 

참고

V4.0.0 Sanitize user data
System Information strapi version: 4.0.0 OS: Ubuntu 20.04.3 lts DB: Sqlite Node v 16.1.0 npm v 7.11.2 yarn: 1.17.3 Hi guys, I'm trying to enrich the data of a user with additional information. For this I have created a custom controller in which I get the user.
V4.0.0 Sanitize user data
https://forum.strapi.io/t/v4-0-0-sanitize-user-data/13326/7
V4.0.0 Sanitize user data