naveridlogin-sdk-android icon indicating copy to clipboard operation
naveridlogin-sdk-android copied to clipboard

네이버 아이디로 로그인 SDK (안드로이드)

Results 40 naveridlogin-sdk-android issues
Sort by recently updated
recently updated
newest added

네아로 5.0.1 사용중입니다. 안드로이드 12기기에서 아래 오류가 발생합니다. 네아로에서 사용중인 crypto 라이브러리(androidx.security:security-crypto:1.1.0-alpha03)에서 발생하는 문제같습니다. 관련 문서: https://github.com/google/tink/issues/413#issuecomment-690914567 ☛ 앱 설정에서 데이터 삭제한 후 앱 실행하면 오류가 안나네요 java.lang.RuntimeException: Unable to...

After adding SDK to our game where screen orientation is locked to landscape we have found that after first login there is an error callback with activity_is_single_task code. An error...

Bug

공식문서에 Android 버전 구현시 릴리즈 버전에서 Proguard 에 난독화 제외 설정 방법이 없네요. 검색으로 알아보니 -keep public class com.nhn.android.naverlogin.** { public protected *; } 대부분의 모든 블로그가 위와같이 설정을 요청하지만...

Documentation

안녕하세요. 네아로 5.0.1을 적용 중입니다. 작업 중 몇가지 문의 사항이 있습니다. 1. 개발자 사이트의 document에서는 gradle에 oauth-5.0.0.aar 라이브러리를 등록하여 사용하는 방법으로 안내가 되고 있습니다만, 실제 github에서 다운받은 샘플 소스코드는 어째서,...

제목 그대로 입니다. 재현 방법 1. 디바이스를 비행기 모드로 변경 합니다. 2. startOauthLoginActivity 호출 3. 네트워크 오류 팝업 노출 확인 4. 취소 startOauthLoginActivity 함수 내 checkConnectivity 콜백의 retry 가 false...

Bug

Is there any english version of the documentation?

enhancement
Documentation

client secret 은 Client(OAuth 용어. e.g. 이 라이브러리를 사용하는 앱(=User Agent)의 "운영사") 와 Authorization Server(OAuth 용어. e.g. naver) 사이에만 공유해야 합니다. client secret 은 Client Impersonation 문제를 해결하기 위한 것으로,...

enhancement

현재 [PKCE](https://auth0.com/docs/authorization/flows/authorization-code-flow-with-proof-key-for-code-exchange-pkce) 방식을 사용할 수 없는 것으로 보입니다. PKCE 방식은 google, facebook, github 등 여러 서비스에서 사실상 기본방식으로 쓰이고 있고, 보안성이 높아 IETF 의 [OAuth 2.0 Security Best Current Practice](https://tools.ietf.org/id/draft-ietf-oauth-security-topics-13.html#rfc.section.3.1.1)에서도...

enhancement

다이얼로그 생성/소멸 시점이 달라서 `android.view.ViewRootImpl$CalledFromWrongThreadException` 발생하는 경우를 방지합니다.