일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- html pdf 변환
- php 배열제거
- sha-2 root
- svn 충돌 해결 resolve
- usb efi 시스템 파티션 삭제
- javascript
- apple push notification service (apns) is changing
- svn 충돌 해결 resolved
- mysql root 비밀번호 변경
- wkhtmltopdf 실행 오류
- apache mod rewrite
- mysqldump: Got error: 1045
- group_concat 구분자
- (using password: YES)" when trying to connect
- PHP 구글 OTP 연동
- PHP 구글 OTP 인증
- 파라미터 & 오류
- 아파치 웹 서버의 정보 숨기기
- 우분투 mysql 비밀번호 없이 로그인 될때
- httpd.conf 보안 설정
- bootstrap modal
- 구글 OTP 인증
- 자바스크립트비밀번호검증
- bootstrap
- libxrender1
- 비밀번호검증정규식
- PHP 정규식 예제
- 비밀번호정규식
- modsecurity 설치
- mariadb upgrade
- Today
- Total
투덜이 개발자
[PHP] 구글 OTP 연동 본문
PHP 구글 OTP 인증할 일이 생겨 서칭한 자료
관리자 로그인에 구글 OTP 적용하기
우선 자신의 폰에 맞게 OTP 앱을 다운로드 받아서 설치합니다. 그리고 여기로 가셔서 파일을 다운로드 받습니다. 실제로 사용할 파일은 PHPGangsta 안에 있는 GoogleAuthenticator.php 이 파일입니다. 그러
nyaongnyaong.com
https://m.blog.naver.com/guitar7063/221526066674
PHP환경 웹 로그인시 구글 OTP 적용하는 방법
서버에 설치할것 없음. 소스랑 스크립트로 해결. 매우 심플하니, 천천히 읽어보고 적용하시길. 우선 테스트...
blog.naver.com
기타 참고 ..
https://blog.naver.com/PostView.nhn?blogId=didim365_&logNo=222299038122
구글 OTP(Google Authenticator) 사용법 및 API 연동 방법
OTP(One-Time-Password)는 로그인 할 때마다 1회성 비밀번호를 생성하는 보안 시스템으로, 일반 비밀...
blog.naver.com
https://chobopark.tistory.com/208
[JAVA] 구글 OTP 구현 방법 (영상 有)
공공기관 프로젝트 진행 도중, 단순 로그인 기능만으로는 보안에 취약할 수 있다는 권고 지적을 받았습니다.. 확실히 일반 프로젝트에 비해서 공공기간 프로젝트가 여러 심의를 거치는 듯 했습
chobopark.tistory.com
https://github.com/PHPGangsta/GoogleAuthenticator
GitHub - PHPGangsta/GoogleAuthenticator: PHP class to generate and verify Google Authenticator 2-factor authentication
PHP class to generate and verify Google Authenticator 2-factor authentication - PHPGangsta/GoogleAuthenticator
github.com
'Program Language > PHP' 카테고리의 다른 글
[PHP] 엑셀 셀안에서 줄바꿈 처리 (0) | 2024.05.10 |
---|---|
PHP 정규식 예제 (0) | 2024.04.16 |
PHP File Upload: Check uploaded files with magic bytes (0) | 2023.11.10 |
PHP 개행문자 또는 특정 문자열 취환하기 (0) | 2023.11.03 |
CentOS php7 업그레이드 하기 (0) | 2023.03.27 |