Q58Connect/README.md
wood chen 1083416b17 feat: Enhance Discourse SSO authentication with dynamic return URL handling
- Update signIn action to extract and use return_sso_url from SSO parameters
- Modify UserAuthorize component to dynamically retrieve SSO and signature parameters
- Improve error handling and logging in authentication process
- Update README to reflect current project deployment and simplify description
2025-02-21 15:30:25 +08:00

684 B
Raw Blame History

Discourse Connect

这是一个基于Next.js实现了使用 Discourse SSO (Single Sign-On) 用户系统的 OAuth 认证功能。

项目概述

本项目提供了一个 OAuth 认证系统,允许其他应用程序使用 Discourse 论坛的用户账号进行身份验证。这样可以让用户使用他们已有的 Discourse 账号登录到您的应用程序,无需创建新的账号。

主要特性:

  • 基于 Discourse SSO 的用户认证
  • OAuth 2.0 协议支持
  • 使用 Next.js 框架构建,提供良好的性能和开发体验

本项目部署在vercel, 数据库使用Neon.

许可证

本项目采用 MIT 许可证。详情请见 LICENSE 文件。