kamyab
10/07/2022, 5:53 AMnkshah2
10/07/2022, 6:07 AMsneaker | Jan
10/07/2022, 6:15 AMLeonxx
10/07/2022, 8:52 AMggishant
10/07/2022, 9:35 AMJim Gambit
10/07/2022, 10:06 AMvladmit
10/07/2022, 12:01 PMERROR: relation "userid_mapping" does not exist
Any idea why?TuMorrow
10/07/2022, 7:29 PMcreateNewSession
implementation. I am trying to do so, but the new function doesn't seem to get called. Here is a code snippet
ts
SessionNode.init({
override: {
functions: (originalImplementation) => {
return {
...originalImplementation,
createNewSession: async function (input) {
console.log("function is working!"); // <-- this doesn't get logged
return originalImplementation.createNewSession(
input
);
},
};
},
},
}),
Can you tell me if I am doing something wrong? Thanks in advancechugharyan816
10/07/2022, 7:34 PMregistry.supertokens.io/supertokens/supertokens-postgresql
I am not able to hit the GET session info endpoint: /recipe/session
(GET) with the query parameter sessionHandle
The logs show that no such endpoint exists. Following are the logs:
07 Oct 2022 19:21:46:007 +0000 | ERROR | pid: 55ea18c6-0112-4899-a3a7-0785a6643219 | [http-nio-0.0.0.0-3567-exec-10] thread | io.supertokens.webserver.api.core.NotFoundOrHelloAPI.service(NotFoundOrHelloAPI.java:57) | Unknown API called: http://127.0.0.1:3567/recipe/session/
Please help me with thischugharyan816
10/07/2022, 7:35 PMchugharyan816
10/07/2022, 7:40 PM/recipe/session/remove
) and get a 200 response code, the session is removed from DB (I cannot see it in all user sessions endpoint (/recipe/session/user
), did this just to confirm if the session is removed) but if I pass the access token to the session verify endpoint (/recipe/session/verify
) why does it still return status code 200 when I have removed the session from db?chugharyan816
10/07/2022, 8:05 PMrp
10/08/2022, 4:38 AMrp
10/08/2022, 4:43 AMChunkygoo
10/08/2022, 4:47 AMDarkPhoenix
10/08/2022, 5:14 AM[Nest] 64803 - 10/08/2022, 10:37:13 AM ERROR [ExceptionHandler] Nest can't resolve dependencies of the AuthGuard (?). Please make sure that the argument Object at index [0] is available in the ProfileModule context.
Potential solutions:
- If Object is a provider, is it part of the current ProfileModule?
- If Object is exported from a separate @Module, is that module imported within ProfileModule?
@Module({
imports: [ /* the Module containing Object */ ]
})
Receiving this error when using AuthGuard in nestjs. i followed exactly by the docsphacies
10/08/2022, 11:22 AMIaS1506
10/08/2022, 1:49 PMIaS1506
10/08/2022, 5:11 PMChunkygoo
10/09/2022, 2:09 AMPasindu
10/09/2022, 6:56 AMaV
10/09/2022, 8:16 AMJacobLUC
10/09/2022, 3:15 PMArgument of type '{ mode: string; }' is not assignable to parameter of type 'TypeInput'.
DarkPhoenix
10/10/2022, 7:08 AMkamyab
10/10/2022, 7:58 AMCore driver interface
can anyone please help me to setup in my project?
need to get user meta details via Core driver interface.
and also one more question can we exposed signIn and signUp api?
why i am asking this because i have to add some logic when user is logged in or signup.ulys
10/10/2022, 12:35 PMSession.init()
? If I were to override getRefreshTokenLifeTimeMS
for example would that have the same effect ?lukas.grigis
10/10/2022, 12:42 PMdjang0
10/10/2022, 10:09 PMrp
10/11/2022, 2:52 AMphacies
10/11/2022, 8:54 AMphacies
10/11/2022, 8:54 AMrp
10/11/2022, 8:55 AMphacies
10/11/2022, 1:50 PM