supertokens-core
supertokens-core copied to clipboard
Open source alternative to Auth0 / Firebase Auth / AWS Cognito
## 🐛 Bug Report In newer versions of the core (version > 2.7), email verification is no longer done in the ThirdParty signInUp API due to this [issue](https://github.com/supertokens/supertokens-core/issues/295). Therefore the...
Add the -Xmx option that limits the maximum heap size for the jvm. Quick overview: https://alvinalexander.com/blog/post/java/java-xmx-xms-memory-heap-size-control/
## 🐛 Bug Report When using Snowpack, supertokens-website causes the following error `TypeError: (intermediate value).default is not a constructor` when calling the `init` function. ## Useful informations I'm using snowpack...
## Summary of change When running in a container without `$ERROR_LOG_PATH` specified, this change will now print errors to `stderr` (instead of being merged into `stdout` ## Related issues -...
## 🐛 Bug Report I cloned latest mysql repo and followed this https://devcenter.heroku.com/articles/container-registry-and-runtime instructions to deploy it to Heroku. But then when i try to run any command inside an...
There was an error where someone was trying to sign up using the thirdparty recipe and postgres rejected the query cause of `value too long for type character varying(128)` -...
The repo containing the `Dockerfile` and the `entrypoint` is [here](https://github.com/supertokens/supertokens-docker-sqlite).
## 🚀 Feature A testing strategy with server injections (for instance, with hapi) ## Implementation details A way to test scope of an auth user for different routes and using...
Right now, we throw a `StorageTransactionLogicException` from the transaction block. This exception wraps a generic `Exception` type. The problem with this is that if there are specific exceptions that we...
- [ ] Sign in with YV - [ ] nodejs - [ ] golang - [ ] python - [ ] auth-react - [ ] Okta - [ ]...