[3.4.0] add auth logic after token got

This commit is contained in:
zhongchao
2023-07-14 15:16:11 +08:00
parent 33d5ef01f6
commit c9f446c388
7 changed files with 134 additions and 16 deletions

View File

@@ -52,6 +52,8 @@ dependencies {
implementation project(':core:mogo-core-function-call')
implementation project(":test:crashreport")
implementation project(':foudations:mogo-commons')
implementation rootProject.ext.dependencies.passport_secret
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()