profile
개발자?

비밀번호 정규표현식

대문자 소문자 숫자 특수문자 모두 포함 8~20자리/^(?=.A-Za-z)(?=.\\d)(?=.\*\[@\`\`\`

어제
·
0개의 댓글
·

FastAPI RedirectResponse Method Not Allowed 이슈

FastAPIPost Method에서 RedirectResponse 사용하여 Get Method로 리다이렉트 할때Method Not Allowed가 발생할때 처리 방법리턴시 status_code 값을 추가한다.참고https://github.com/tiangol

2023년 3월 15일
·
0개의 댓글
·

FastAPI jinja2 url_for https 지원

FastAPI app을 도커를 사용 하여 nginx에 연결 할 때 url_for 사용시 https가 적용 되지 않을 경우nginx site.conf템플릿 선언부

2023년 2월 28일
·
0개의 댓글
·

인증서 fingerprint 확인

인증서 fingerprint 확인 하는 방법SHA-256SHA-1

2023년 2월 22일
·
0개의 댓글
·

Python with 구문 type hint

with 구문 사용시 type hint 적용 방법or출처https://stackoverflow.com/questions/60169996/does-a-with-statement-support-type-hinting

2023년 1월 30일
·
0개의 댓글
·

Pydantic Model 자기 참조

모델 데이터를 작성할 때 자기 자신을 참조 할 경우 아래와 같이 작성클래스 명을 String으로 표시Pydantic 참조 링크

2022년 12월 5일
·
0개의 댓글
·