전체 글98 프론트엔트에서 서버시간 얻기 View단을 처리하다 보면 웹에서 서버시간을 가져와야 할 때가 있다. OTP로 2차인증을 할 경우? Server date/time var localTime = new Date(); document.write("Local machine time is: " + localTime + " "); document.write("Server time is: " + date); d https://gocoder.tistory.com/101 출처: https://gocoder.tistory.com/101 [고코더 IT Express] JavaScript - 프론트에서 서버 시간 얻기 자바스크립트에서 서버 시간 가져오기 서버 시간을 가져오는건 당연히 서버 언어가 제공하는 기능을 사용하는게 정석입니다. 하지만 보안의 문제이거.. 2019. 4. 26. 2차 보안인증(구글OTP) 구글 OTP 제이쿼리로 OTP 구현, 리눅스에서 OTP 구현등등 정리된 곳들이다. 2차 보안인증으로 도입할 때 고려해보기 좋을듯 https://github.com/cloudmedia/TOTP.js/blob/master/src/TOTP.js cloudmedia/TOTP.js A Javascript class for generating TOTP passwords (time-based one-time passwords) automatically (think Google Authenticator). - cloudmedia/TOTP.js github.com https://github.com/cloudmedia/TOTP.js/blob/master/src/TOTP.js cloudmedia/TOTP.js A Javas.. 2019. 4. 26. 이전 1 ··· 14 15 16 17 다음