-
Looking at this code, the synchronous function performs async work on session expiry and blocks the caller thread, given apps will likely call this method from the Main UI thread this seems like a red…
-
[message.txt](https://github.com/supertokens/supertokens-python/files/9694113/message.txt)
Stack trace attached in message.txt
This error happens infrequently but daily. It has happened as long …
-
Hi there,
I'm one of the maintainers of [Litestar](https://litestar.dev/). We received a request to add support for supertokens -> https://github.com/litestar-org/litestar/issues/1497. I'm willing …
-
-
The code for the function is already written in another Python lib (for FastAPI) here: https://github.com/supertokens/supertokens-fastapi/blob/master/supertokens_fastapi/supertokens.py#L181
-
Similar to #4551, having out-of-the-box self-hosted auth (e.g. [SuperTokens](https://github.com/supertokens/supertokens-core)) might make adoption/setup easier for governments that don't have an exist…
rasmi updated
3 weeks ago
-
It would be pretty nice if it was able to set the database password that is maybe sensitive via a file (docker secret) like how images like Mysql do it.
-
# 📅 Checklist
## 🔶 Staging
### Dev Tag
- [supertokens-core:X.Y](https://github.com/supertokens/supertokens-core/tree/X.Y)
- [x] core
- [x] check CDI, plugin interface list
- [x] …
-
Context: AWS Lamdba has a node servlerless SuperTokens middleware:
Ref: https://supertokens.com/docs/thirdpartyemailpassword/serverless/with-aws-lambda/auth-serverless
Request to have a similar no…
-
Use [Supertokens](https://supertokens.io/) as an authorization backend and enable support for sign up and login using
1. email and password
2. github
3. gmail
Relevant tutorial can be found [h…