MyGit

hoc081098/Refresh-Token-Sample

Fork: 17 Star: 115 (更新于 2024-05-23 09:55:28)

license: MIT

Language: Kotlin .

Android Refresh token with Retrofit, OkHttp, Kotlin Coroutines Mutex 🔂 When multiple requests hit 401 (HTTP_UNAUTHORIZED), only single Refresh token request will be executed. After successful refresh, all pending requests will be executed concurrently. Example of encryption Jetpack Proto DataStore with Tink. Secured Proto DataStore. This example app shows how you can encrypt your data when using Proto DataStore from Jetpack.

最后发布版本: 1.2.0 ( 2021-12-06 17:19:15)

GitHub网址

Android Refresh Token Sample :repeat_one:

  • Android Refresh token with Retrofit, OkHttp and Coroutines Mutex.
  • When multiple requests hit 401 (HTTP_UNAUTHORIZED), only single Refresh token request will be executed.
  • After successful refresh, all pending requests will be executed concurrently.
  • Store user and token using Proto DataStore from Jetpack.
  • This example app shows how you can encrypt your data when using Proto DataStore from Jetpack.

API Kotlin Build CI Hits License: MIT

Buy me a coffee

Liked some of my work? Buy me a coffee (or more likely a beer)

"Buy Me A Coffee"

Features

  • ✅ Refresh token only once for multiple requests
  • ✅ Log out user if refreshToken failed
  • ✅ Log out if user gets an error after first refreshing
  • ✅ Queue all requests while token is being refreshed

Run local server

cd server
npm i
npm run start
  • Change baseUrl (e.g. http://YOUR_ID_ADDRESS:3000/) at app/src/main/java/com/hoc081098/refreshtokensample/data/DataModule.kt
  • Change expiresIn (default value is 1 minute) at server/routes/index.js.

Find this repository useful? ❤️

Star this repository and follow me for next creations! Thanks for your support 💗💗.

最近版本更新:(数据更新于 2024-05-30 09:21:30)

2021-12-06 17:19:15 1.2.0

2021-08-19 04:03:54 1.1.0

2021-07-09 12:39:08 1.0.0

主题(topics):

android-coroutines-flow, android-coroutines-flow-mvvm, android-mvvm-coroutine, android-refresh-token, android-refresh-token-sample, android-retrofit, android-retrofit-auth, android-stateflow, coroutines-mutex, kotlin, kotlin-coroutine-flow, kotlin-coroutines-mutex, kotlin-coroutines-mvvm, kotlin-coroutines-stateflow, okhttp-interceptor, okhttp-refresh-token, okhttp-token, retrofit-refresh-token, retrofit-token, secured-datastore

hoc081098/Refresh-Token-Sample同语言 Kotlin最近更新仓库

2024-06-03 01:44:33 ReVanced/revanced-patches

2024-06-02 01:03:03 lihenggui/blocker

2024-06-01 23:29:45 tiann/KernelSU

2024-06-01 12:11:39 mudkipme/MoeMemosAndroid

2024-05-31 21:34:50 JetBrains/compose-multiplatform

2024-05-30 16:15:16 JetBrains/intellij-platform-gradle-plugin