We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33000a commit 290fccaCopy full SHA for 290fcca
1 file changed
apps/api-springboot/src/main/kotlin/com/flowly/api/auth/service/RefreshTokenCookieService.kt
@@ -12,7 +12,7 @@ class RefreshTokenCookieService(
12
) {
13
companion object {
14
const val REFRESH_TOKEN_COOKIE_NAME = "refresh_token"
15
- private const val COOKIE_PATH = "/auth"
+ private const val COOKIE_PATH = "/"
16
private const val COOKIE_MAX_AGE_SECONDS = 7 * 24 * 60 * 60
17
}
18
0 commit comments