An open API service indexing awesome lists of open source software.

https://github.com/naver/naveridlogin-sdk-android

네이버 아이디로 로그인 SDK (안드로이드)
https://github.com/naver/naveridlogin-sdk-android

android oauth2

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Naver Login SDK for Android

## Naver Login Overview

NAVER Login let users to use the OAuth 2.0-based security feature of NAVER when they are using non-NAVER services.

It is a convenient and secure way for users to log into your application with the NAVER ID and password; they do not have to remember their IDs and password of your application. It is recommended to add NAVER Login to your application if you want to make people who hate complicated signups to join your application or stop users leaving your application because they forget their accounts.

## Naver Login for Android

The NAVER Login library for Android enables you to easily add the login, logout, and token management
features to your application.

**How to use NaverIdLogin SDK for Android? (korean)**
- [Refer to Github Wiki](https://github.com/naver/naveridlogin-sdk-android/wiki/%EC%B5%9C%EC%8B%A0%EB%B2%84%EC%A0%84-%EA%B0%80%EC%9D%B4%EB%93%9C)
- [Naver-Id-Login Android SDK Tutorial Doc](https://developers.naver.com/docs/login/android)

**Need help?**
- [Naver Developers Forum](https://developers.naver.com/forum/list?cat=0a70f848-618d-1da5-8161-8dfdae5a0004)

## Dependent libraries

Naver Login for Android uses libraries below.

- org.jetbrains.kotlin:kotlin-stdlib:2.1.0
- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.0
- androidx.appcompat:appcompat:1.3.1
- androidx.legacy:legacy-support-core-utils:1.0.0
- androidx.browser:browser:1.4.0
- androidx.constraintlayout:constraintlayout:1.1.3
- androidx.security:security-crypto:1.1.0-alpha06
- androidx.core:core-ktx:1.3.0
- androidx.fragment:fragment-ktx:1.3.6
- androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0
- androidx.datastore:datastore-preferences:1.1.7
- androidx.lifecycle:lifecycle-process:2.9.3
- com.squareup.retrofit2:retrofit:2.9.0
- com.squareup.retrofit2:converter-gson:2.9.0
- com.squareup.moshi:moshi-kotlin:1.15.2
- com.squareup.okhttp3:logging-interceptor:4.2.1
- com.airbnb.android:lottie:3.1.0

----

# 네아로SDK for Android (네이버 아이디로 로그인 SDK)

Android용 네아로 SDK는 서드파티 애플리케이션에서 네이버 아이디로 로그인이 제공하는 로그인, 로그아웃, 토큰 관리 등의 기능을 쉽게 구현할 수 있게 합니다.

**네이버 아이디로 로그인이란?**
- https://developers.naver.com/docs/login/overview

**네이버 아이디로 로그인 SDK 적용가이드**
- [Github Wiki 가이드](https://github.com/naver/naveridlogin-sdk-android/wiki/%EC%B5%9C%EC%8B%A0%EB%B2%84%EC%A0%84-%EA%B0%80%EC%9D%B4%EB%93%9C)
- [네이버 아이디 로그인 Android SDK 튜토리얼 문서](https://developers.naver.com/docs/login/android)

**네이버 아이디로 로그인 문의**
- [네이버 개발자 포럼](https://developers.naver.com/forum/list?cat=0a70f848-618d-1da5-8161-8dfdae5a0004)

## 사용하는 라이브러리

네아로 SDK에서 사용하는 라이브러리는 다음과 같습니다.

- org.jetbrains.kotlin:kotlin-stdlib:2.1.0
- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.0
- androidx.appcompat:appcompat:1.3.1
- androidx.legacy:legacy-support-core-utils:1.0.0
- androidx.browser:browser:1.4.0
- androidx.constraintlayout:constraintlayout:1.1.3
- androidx.security:security-crypto:1.1.0-alpha06
- androidx.core:core-ktx:1.3.0
- androidx.fragment:fragment-ktx:1.3.6
- androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0
- androidx.datastore:datastore-preferences:1.1.7
- androidx.lifecycle:lifecycle-process:2.9.3
- com.squareup.retrofit2:retrofit:2.9.0
- com.squareup.retrofit2:converter-gson:2.9.0
- com.squareup.moshi:moshi-kotlin:1.15.2
- com.squareup.okhttp3:logging-interceptor:4.2.1
- com.airbnb.android:lottie:3.1.0

----

## License

See [LICENSE](https://github.com/naver/naveridlogin-sdk-android/blob/master/LICENSE) for full license text.

Copyright 2017 Naver Corp.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.