From c65adddd0b6988e6445b031f3ca9ae3fdefb243e Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Tue, 2 Jul 2024 04:01:39 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58b0ba649..2871e1252 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,13 @@ We all know how much overhead there is when starting a new project. Developers n - [x] Permissions [10. May 2024] - [x] New dashboard with Shadcn UI [16. May 2024] - [x] Email template editor [28. May 2024] -- [x] OAuth scope authorization and access token [05. June 2024] +- [x] OAuth scope authorization and access token [05. June 2024] +- [ ] Fully API endpoints with OpenAPI schema +- [ ] Webhooks +- [ ] Two factor authentication +- [ ] Backend SDKs for Python - [ ] User analytics (retention, DAU/MAU, user segments, etc.) -- [ ] Feature-rich email/notification system -- [ ] Vue.js, Htmx, and Svelte support -- [ ] Python, golang, and Java backend library -- [ ] SSO/SAML integration +- [ ] Integration with Postgres DB ## 📦 Installation & Setup @@ -64,6 +65,11 @@ You will then be guided through the installation process. For further configuration and usage, refer to [our documentation](https://docs.stack-auth.com). +## 🌱 Some community projects built with Stack + +- [Next SaaSkit](https://github.com/wolfgunblood/nextjs-saaskit) +- [Stack Exmaple](https://github.com/career-tokens/StackYCAuth) + ## 🏗️ Development & Contribution This is for you if you want to contribute to the Stack project or run the Stack dashboard locally.