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

# 📅 Checklist ## 🔶 Staging ### Dev Tag - [x] [supertokens-node:X.Y](https://github.com/supertokens/supertokens-node/tree/X.Y) - [x] check CDI, FDI list - [ ] [supertokens-golang:X.Y](https://github.com/supertokens/supertokens-golang/tree/X.Y) - [ ] check CDI, FDI list -...

## 🐛 Bug Report If reset password token was generated from tenant `t1`, core allows reset password / consume reset password token from a different tenant `t2` as long as...

bug

## 🐛 Bug Report If the domain name contains an '_' the server will throw an IllegalArguementException. An example of setting _ in the domain name is when referring to...

bug

In the README.md Contributors section (https://github.com/supertokens/supertokens-core#contributors-across-all-supertokens-repositories) we can see only 4 contributors per line. ![image](https://github.com/supertokens/supertokens-core/assets/97905637/069da196-7108-4d0c-9508-eddf528ef738) How about making it 6 contributors per line? This will save the space at the...

## 🚀 Feature https://www.grc.com/sqrl/SQRL_Explained.pdf https://www.grc.com/sqrl/SQRL_Operating_Details.pdf https://www.grc.com/sqrl/SQRL_Cryptography.pdf https://www.grc.com/sqrl/SQRL_On_The_Wire.pdf ## Implementation details https://github.com/sqrlserverjava/sqrl-server-base

enhancement

related to https://github.com/supertokens/supertokens-core/issues/594

## 🐛 Bug Report On the first run new Supertokens Core container throws errors during DB initialization. Whenever I run the Supertokens Core in docker compose for the first time,...

bug

## 🚀 Feature Allow for logging in with Steam or add generic OpenID 2.0 support which Valve uses I was ready to adopt SuperTokens for my gaming application but currently...

enhancement

## 🐛 Bug Report (A clear and concise description of what the bug is) ## Useful informations (Write what happened. Add screenshots, stacktraces, videos, anything that can help)

bug

# 🚀 Multi Factor Authentication (MFA) ## SQL Table Schema: ```sql CREATE TABLE IF NOT EXISTS mfa_enabled_factors ( user_id VARCHAR(128) NOT NULL, -- Could be primary user ID (based on...

enhancement