사용자 로그인 없는 앱에서, fcm token으로 공식 앱 인증하는 방법

오픈소스·2024년 11월 24일
0

앱은 CORS가 없습니다.

signature = createSignature(timestamp, token);
  • Guard
    1. currentTime - requestTime > TIMESTAMP_WINDOW
    2. signature != expectedSignature
    3. check push result (token status)

0개의 댓글