Skip to content

Commit

Permalink
Use secure storage from core
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Mar 6, 2024
1 parent 1ede4a9 commit ac3864f
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 3,143 deletions.
5 changes: 0 additions & 5 deletions packages/celest_auth/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,10 @@ android {
}

dependencies {
implementation "androidx.browser:browser:1.7.0"

implementation "androidx.credentials:credentials:1.3.0-alpha01"
implementation "androidx.credentials:credentials-play-services-auth:1.3.0-alpha01"
implementation "com.google.android.libraries.identity.googleid:googleid:1.1.0"
implementation "androidx.biometric:biometric:1.2.0-alpha05"
implementation "com.google.android.gms:play-services-auth:21.0.0"
implementation "com.google.android.gms:play-services-fido:20.1.0"

// Secure Storage
implementation 'androidx.security:security-crypto:1.1.0-alpha06'
}

This file was deleted.

2 changes: 0 additions & 2 deletions packages/celest_auth/example/android/app/build.gradle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 0 additions & 50 deletions packages/celest_auth/ffigen.core_foundation.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions packages/celest_auth/ffigen.security.yaml

This file was deleted.

1 change: 0 additions & 1 deletion packages/celest_auth/jnigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ output:

classes:
- dev.celest.celest_auth.CelestAuth
- dev.celest.celest_auth.CelestSecureStorage

# Core Android/Java types
- android.app.Activity
Expand Down
1 change: 0 additions & 1 deletion packages/celest_auth/lib/src/auth.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:celest_auth/src/flows/auth_flow.dart';
import 'package:celest_auth/src/platform/auth_platform.dart';
import 'package:celest_auth/src/storage/secure_storage.dart';
import 'package:celest_core/celest_core.dart';
import 'package:http/http.dart' as http;
import 'package:meta/meta.dart';
Expand Down
118 changes: 0 additions & 118 deletions packages/celest_auth/lib/src/native/android/jni_bindings.ffi.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac3864f

Please sign in to comment.