You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/build.gradle.kts
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,42 +3,36 @@ plugins {
3
3
id("maven-publish")
4
4
}
5
5
6
-
val kotlinVersion = libs.versions.kotlin.get()
7
-
val ktorVersion = libs.versions.ktor.get()
8
-
9
6
group ="net.freshplatform"
10
7
version = libs.versions.library.get()
11
8
description =
12
9
"A Ktor server plugin for configuring Firebase App Check easily and with simplicity. It is not affiliated with Firebase or Google and may not be suitable for production use yet."
Copy file name to clipboardExpand all lines: library/src/commonMain/kotlin/net/freshplatform/ktor_server/firebase_app_check/configurations/FirebaseAppCheckPluginConfiguration.kt
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -182,14 +182,10 @@ class FirebaseAppCheckPluginConfiguration(
182
182
/**
183
183
* Determines whether token verification should be performed based on the environment (developmentMode).
184
184
*
185
-
* @param environment The application environment.
185
+
* @param isDevMode A boolean indicating whether dev mode is enabled or not.
186
186
* @return `true` if token verification should be performed; otherwise, `false`.
Copy file name to clipboardExpand all lines: library/src/commonMain/kotlin/net/freshplatform/ktor_server/firebase_app_check/utils/ApplicationCallExtensions.kt
0 commit comments