보안
Client 의 선언 시에 옵션에 security 항목이 있습니다.
var client = new DPClient(productkey, options);
- productkey (String) required
발급받은 Product Key - options (Object) optional
DPMessage 옵션정보- security (Boolean) : SSL 보안을 사용할지의 유무, default:false
- resultcallback (Function) : debug용 callback 함수
SSL 보안을 사용하는 방법은 간단하며 security option 을 true 로 해주시면 됩니다.
{'security' : true}
암호화 구간은 Client 에서 DPMessage 서버 사이의 양 구간이며 Bisiness Server 의 경우 암호화를 차후에 지원할 예정입니다. 또한 Bisiness Server 의 경우 특정 IP 로만 접근 가능하도록 하는 다른 형태의 보안 역시 지원될 예정입니다.