-
I am using vite to build my project. Works fine in dev mode but a production build leads to the following runtime error:
```TypeError: cd.default.getInstanceOrThrow is not a function```
There is…
-
SDKs affected:
- [x] NodeJS
- [ ] Javalin
- [ ] Flask
- [ ] FastAPI
- [ ] Laravel
- [ ] Golang
-
## Related issues:
- https://github.com/supertokens/frontend-driver-interface/issues/14
- https://github.com/supertokens/core-driver-interface/issues/8
## FDI API logic: https://github.com/supert…
-
-
## Synopsis
Build a simple UI to view statistics around the TOGA/PIC system, as well as allow current and aspiring PICs to interact with the system.
## Context
TOGA (Transparent OnGoing Auct…
-
- Design: https://github.com/supertokens/supertokens-core/issues/202
- Pricing of other services: https://github.com/supertokens/main-website/issues/456
-
I'm considering moving all auth to SuperTokens self hosted core.
Now my question is if i use verifySession() that guards my user's data API
is it making additional call to core server evertime?
…
ambrt updated
2 years ago
-
- Add this to the build process where before TS compile, we replace some magic var in the components with its file path
Related to https://github.com/supertokens/supertokens-auth-react/pull/251
-
Refer to the node JS pr here (the second nodejs PR, for which you will have to scroll down in the issue)
-
Right now, if the original implementation has a function `A`, which calls another function `B`, and then if the user overrides function `B` and then if `A` is called, it does not call user's `B`, but …