We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dcc50 commit 367f010Copy full SHA for 367f010
kubernetes/peerprep-deployment.yaml
@@ -13,7 +13,7 @@ spec:
13
spec:
14
containers:
15
- name: peerprep
16
- image: distractedcat/peerprep:2.0.0
+ image: distractedcat/peerprep:2.0.1
17
imagePullPolicy: Always
18
env:
19
- name: NEXT_PUBLIC_QUESTION_SERVICE
peerprep/app/actions/session.ts
@@ -14,7 +14,7 @@ export async function createSession(userDataAccessToken: UserDataAccessToken) {
userDataAccessToken.accessToken,
{
httpOnly: true,
- secure: true,
+ secure: false,
expires: expiresAt,
sameSite: "lax",
20
path: "/",
0 commit comments