supertokens-core icon indicating copy to clipboard operation
supertokens-core copied to clipboard

Open source alternative to Auth0 / Firebase Auth / AWS Cognito

Results 164 supertokens-core issues
Sort by recently updated
recently updated
newest added

## 🚀 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...

enhancement

## 🚀 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...

enhancement

## 🚀 Feature Alternatively to NodeJS I would like to use [Deno](https://deno.land). ## Implementation details Typescript implementation would be amazing.

enhancement

- 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...

always-open

## 🚀 Feature Currently we have a JavaEE application that uses JAAS ( Java authentication and authorization service ) . Does Supertokens support migrating from JAAS to SuperTokens ? If...

enhancement

## 🚀 Feature Add device info in each session in the session data. ## Implementation details We can store the device info in the session data.

enhancement

## 🚀 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,...

enhancement

## 🚀 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.

enhancement

## 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...