컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google SDK로 로그인
기기 또는 브라우저에서 Google에 로그인한 사용자는 앱 또는 사이트에서 신속한 인증을 받을 수 있습니다.
기존 사용자는 자동으로 또는 탭/클릭 한 번으로 로그인합니다.
사용자가 탭 또는 클릭 한 번으로 새 계정을 만들 수 있는 옵션도 제공됩니다.
업계 표준
오픈소스 및 업계 표준 인증
패스키는 보다 안전하고 쉬운 비밀번호 대체입니다.
Google의 OAuth 2.0 API는 OpenID Connect 사양을 준수하며 OpenID 인증을 받았으며 인증 및 승인에 모두 사용될 수 있습니다.
일반적으로 사용자 인증에는 Google 계정으로 로그인을 사용하는 것이 좋지만 경우에 따라 API를 직접 호출해야 할 수도 있습니다.
기존 로그인
이러한 API는 참고용으로 여기에 나열되어 있습니다.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],[]]