diff --git a/core/build.gradle b/core/build.gradle
index 0847aa87598b3631bc84606b763ff472b1c205ab..34f8fe3147890e72b45008783d97fb5f1cebe62e 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -111,9 +111,12 @@ dependencies {
     api "io.noties.markwon:linkify:$markwon_version"
     api "io.noties.markwon:ext-strikethrough:$markwon_version"
     api "io.noties.markwon:ext-tasklist:$markwon_version"
-
     api 'io.element.android:wysiwyg:2.33.0'
 
+    //Passkeys
+    api "androidx.credentials:credentials:1.3.0-alpha01"
+    api "androidx.credentials:credentials-play-services-auth:1.3.0-alpha01"
+
     //Shake detection
     implementation 'com.squareup:seismic:1.0.3'