Nanamare / naveridlogin-sdk-android

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

Home Page:https://developers.naver.com/docs/login/overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Need help?

Dependent libraries

Naver Login for Android uses libraries below.

  • org.jetbrains.kotlin:kotlin-stdlib:1.6.10
  • org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9
  • androidx.appcompat:appcompat:1.3.1
  • androidx.legacy:legacy-support-core-utils:1.0.0
  • androidx.browser:browser:1.0.0
  • androidx.legacy:legacy-support-v4:1.0.0
  • androidx.constraintlayout:constraintlayout:1.1.3
  • androidx.security:security-crypto:1.1.0-alpha03
  • androidx.core:core-ktx:1.3.0
  • com.squareup.retrofit2:retrofit:2.9.0
  • com.squareup.retrofit2:converter-gson:2.9.0
  • com.squareup.moshi:moshi-kotlin:1.11.0
  • com.squareup.okhttp3:logging-interceptor:4.2.1
  • com.airbnb.android:lottie:3.1.0

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

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

네이버 아이디로 로그인이란?

네이버 아이디로 로그인 SDK 적용가이드

네이버 아이디로 로그인 문의

사용하는 라이브러리

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

  • org.jetbrains.kotlin:kotlin-stdlib:1.6.10
  • org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9
  • androidx.appcompat:appcompat:1.3.1
  • androidx.legacy:legacy-support-core-utils:1.0.0
  • androidx.browser:browser:1.0.0
  • androidx.legacy:legacy-support-v4:1.0.0
  • androidx.constraintlayout:constraintlayout:1.1.3
  • androidx.security:security-crypto:1.1.0-alpha03
  • androidx.core:core-ktx:1.3.0
  • com.squareup.retrofit2:retrofit:2.9.0
  • com.squareup.retrofit2:converter-gson:2.9.0
  • com.squareup.moshi:moshi-kotlin:1.11.0
  • com.squareup.okhttp3:logging-interceptor:4.2.1
  • com.airbnb.android:lottie:3.1.0

License

See 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.

About

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

https://developers.naver.com/docs/login/overview/

License:Apache License 2.0


Languages

Language:Kotlin 79.4%Language:Java 20.3%Language:Shell 0.3%