supertokens-core
supertokens-core copied to clipboard
Open source alternative to Auth0 / Firebase Auth / AWS Cognito
## 🚀 Feature The `UserMetadata` recipe is great for storying core user data, but it really makes it hard to query and group users for purposes such as analytics and...
## 🚀 Feature The recently released `UserRoles` recipe is great for managing user permissions on a large scale, but one missed opportunity to me seems to be the inclusion of...
## 🚀 Feature Alternatively to NodeJS I would like to use [Deno](https://deno.land). ## Implementation details Typescript implementation would be amazing.
- Custom user IDs for users / Using their own format of userId since all their other tables expect that format. - For users who had signed up already, the...
## 🚀 Feature Currently we have a JavaEE application that uses JAAS ( Java authentication and authorization service ) . Does Supertokens support migrating from JAAS to SuperTokens ? If...
## 🚀 Feature Add device info in each session in the session data. ## Implementation details We can store the device info in the session data.
## 🚀 Feature ASP.NET is still a prominent backend framework, ranking fifth in Stack Overflow's 2021 developer survey under "most popular web frameworks." An SDK for C# would be amazing,...
## 🚀 Feature Ability to specify the type of id to use for user ids ## Implementation details add an env variable like ID_TYPE=ulid when starting ST core.
## Summary of Change Trying to contribute to this project has been a challenge to set up on Windows. The purpose of this PR is to streamline the project setup...