muhajirdev
09/19/2022, 2:57 AMsRefreshToken
cookie.
What would be useful information I can provide?muhajirdev
09/19/2022, 2:58 AMmuhajirdev
09/19/2022, 2:59 AMimport SuperTokens from 'supertokens-node'
import { middleware } from 'supertokens-node/framework/awsLambda'
import { config } from '../lib/supertokens'
SuperTokens.init(config)
export const handler = middleware()
muhajirdev
09/19/2022, 2:59 AMrp_st
09/19/2022, 3:59 AMrp_st
09/19/2022, 3:59 AMmuhajirdev
09/19/2022, 4:00 AMrp_st
09/19/2022, 4:01 AMrp_st
09/19/2022, 4:01 AMmuhajirdev
09/19/2022, 4:03 AMmuhajirdev
09/19/2022, 4:04 AMmuhajirdev
09/19/2022, 4:04 AMrp_st
09/19/2022, 4:04 AMrp_st
09/19/2022, 4:04 AMmuhajirdev
09/19/2022, 4:06 AMmuhajirdev
09/19/2022, 4:07 AM{
api | framework: 'awsLambda',
api | isInServerlessEnv: true,
api | appInfo: {
api | apiDomain: 'http://localhost:8910',
api | websiteDomain: 'http://localhost:8910',
api | appName: 'SuperTokens RedwoodJS',
api | apiGatewayPath: '/.redwood/functions',
api | websiteBasePath: '/auth',
api | apiBasePath: '/auth'
api | },
api | supertokens: { connectionURI: 'https://try.supertokens.io' },
api | recipeList: [ [Function (anonymous)], [Function (anonymous)] ]
}
muhajirdev
09/19/2022, 4:07 AMmuhajirdev
09/19/2022, 4:08 AM{
"appInfo": {
"apiDomain": "http://localhost:8910",
"websiteDomain": "http://localhost:8910",
"apiGatewayPath": "/.redwood/functions",
"appName": "SuperTokens RedwoodJS",
"websiteBasePath": "/auth",
"apiBasePath": "/auth"
},
"recipeList": [
null,
null
]
}
muhajirdev
09/19/2022, 4:09 AMmuhajirdev
09/19/2022, 4:09 AMmuhajirdev
09/19/2022, 4:10 AMmuhajirdev
09/19/2022, 4:13 AMsRefreshToken
in the cookie? @rp_st or it's not normalmuhajirdev
09/19/2022, 4:23 AMmuhajirdev
09/19/2022, 4:23 AMmuhajirdev
09/19/2022, 4:24 AMmuhajirdev
09/19/2022, 4:25 AMrp_st
09/19/2022, 4:33 AMrp_st
09/19/2022, 4:33 AMmuhajirdev
09/19/2022, 4:35 AMsRefreshToken
muhajirdev
09/19/2022, 4:35 AMmuhajirdev
09/19/2022, 4:35 AMmuhajirdev
09/19/2022, 4:35 AMmuhajirdev
09/19/2022, 4:45 AMset-Cookie
. while it should send 3 set cookierp_st
09/19/2022, 4:49 AMrp_st
09/19/2022, 4:50 AMmuhajirdev
09/19/2022, 10:55 AMmuhajirdev
09/19/2022, 10:55 AMrp_st
09/19/2022, 10:55 AMmuhajirdev
09/19/2022, 11:03 AMrp_st
09/19/2022, 11:44 AMrp_st
09/19/2022, 11:44 AM