|
1e0d115939
|
回复原版
|
2025-03-03 06:59:41 +08:00 |
|
|
ecf9ba5623
|
简化一点
|
2025-03-03 06:57:39 +08:00 |
|
|
64dc17005f
|
refactor: Streamline Discourse OAuth authentication and authorization flow
|
2025-02-23 05:46:13 +08:00 |
|
|
ee0efb325e
|
refactor: Simplify Discourse OAuth callback with CallbackHandler component
|
2025-02-23 05:41:23 +08:00 |
|
|
d7c837ff25
|
feat: Enhance Discourse OAuth authentication with flexible credential handling
|
2025-02-23 05:37:05 +08:00 |
|
|
71ad4d48ce
|
test
|
2025-02-23 05:30:07 +08:00 |
|
|
11bf5318f3
|
部署
|
2025-02-23 05:18:32 +08:00 |
|
|
42036544bf
|
refactor: Rename Q58 OAuth callback to Discourse OAuth
|
2025-02-23 02:35:29 +08:00 |
|
|
569ba4c186
|
refactor: Simplify Q58 OAuth callback authorization logic
|
2025-02-23 02:23:56 +08:00 |
|
|
c78b2141aa
|
部署
|
2025-02-23 01:45:50 +08:00 |
|
|
f1cfe78be1
|
chore: Update type imports for client and dashboard pages
|
2025-02-23 01:05:31 +08:00 |
|
|
0fe8bfc6aa
|
修复一下移动端效果
|
2025-02-22 15:41:27 +08:00 |
|
|
54b3d8e661
|
feat: 添加代码块组件和警告组件,优化用户界面
|
2025-02-22 15:15:30 +08:00 |
|
|
ce3baad450
|
refactor: Redesign homepage and header with responsive layout and improved styling
|
2025-02-22 01:30:42 +08:00 |
|
|
3bbf87d875
|
refactor: Extract dashboard title into separate component
|
2025-02-22 01:04:56 +08:00 |
|
|
4a98942064
|
feat: Add new admin page titles and update header component
|
2025-02-22 00:59:36 +08:00 |
|
|
aed648fed5
|
refactor: Remove AuthStateSync component and update layout
|
2025-02-22 00:49:22 +08:00 |
|
|
a2964a177b
|
refactor: Remove NavBarWrapper and update home page navigation
|
2025-02-22 00:43:03 +08:00 |
|
|
263f62033f
|
refactor: Remove session update effect and rename NavBar component
|
2025-02-22 00:34:30 +08:00 |
|
|
d5465246cb
|
feat: Add session update for dashboard and admin pages
|
2025-02-21 23:59:22 +08:00 |
|
|
47e9d686d6
|
refactor: Migrate auth layout to server-side redirection with improved layout structure
|
2025-02-21 23:13:43 +08:00 |
|
|
df3ffe0cd5
|
refactor: Update auth layout to use client-side session redirection
|
2025-02-21 22:48:45 +08:00 |
|
|
d1c94e8300
|
refactor: Simplify NextAuth JWT and session configuration
|
2025-02-21 22:47:35 +08:00 |
|
|
cd62f1589f
|
feat: Enhance NextAuth session management with extended session duration and dynamic token updates
|
2025-02-21 22:42:54 +08:00 |
|
|
efc5dd6b39
|
feat: Add session update on dashboard navigation
|
2025-02-21 22:38:44 +08:00 |
|
|
1050a8f6af
|
feat: Add admin redirect and refactor authentication layout and components
|
2025-02-21 22:28:02 +08:00 |
|
|
01ce107b70
|
refactor: Simplify Authorizing component state and rendering logic
|
2025-02-21 22:12:18 +08:00 |
|
|
96804d59f8
|
refactor: Simplify OAuth and SSO authentication error handling and component logic
|
2025-02-21 22:06:12 +08:00 |
|
|
465bf1dff5
|
feat: Add UserAuthForm to authorize page and enhance SSO/OAuth login handling
|
2025-02-21 21:56:54 +08:00 |
|
|
80e281f986
|
refactor: Streamline OAuth and SSO authentication flow across multiple components
|
2025-02-21 21:49:44 +08:00 |
|
|
bcec776a00
|
refactor: Simplify SSO authentication redirect to use direct window location
|
2025-02-21 21:34:56 +08:00 |
|
|
849265a26f
|
fix: Improve SSO authentication form submission with dynamic parameter extraction
|
2025-02-21 21:28:37 +08:00 |
|
|
2c94af2b91
|
fix: Improve OAuth callback URL parsing and handling
|
2025-02-21 21:25:27 +08:00 |
|
|
b9ace034bf
|
feat: Implement form-based SSO redirect for more reliable authentication flow
|
2025-02-21 21:19:52 +08:00 |
|
|
21a2a51ba6
|
feat: Enhance OAuth authentication with robust URL parsing and error logging
|
2025-02-21 21:12:57 +08:00 |
|
|
c176362949
|
fix: Improve OAuth callback URL handling in authentication flow
|
2025-02-21 21:04:46 +08:00 |
|
|
f40979b4ad
|
fix: Decode callback URL and reset loading state on authentication error
|
2025-02-21 21:00:20 +08:00 |
|
|
7188c46cd7
|
feat: Improve SSO authentication with enhanced error handling and dynamic return URL
|
2025-02-21 20:51:44 +08:00 |
|
|
1edfc035e2
|
feat: Enhance OAuth redirect with dynamic callback URL preservation
|
2025-02-21 20:39:55 +08:00 |
|
|
2f0d1aee47
|
refactor: Simplify OAuth state management and remove cookie-based approach
|
2025-02-21 20:37:35 +08:00 |
|
|
d39cb2e7d5
|
feat: Improve OAuth state parsing and error handling in sign-in route
|
2025-02-21 20:29:00 +08:00 |
|
|
3b6117dc61
|
feat: Conditionally set OAuth return URL based on OAuth state
|
2025-02-21 20:23:50 +08:00 |
|
|
4fe8f1cb11
|
feat: Add OAuth state parameter handling in sign-in flow
|
2025-02-21 20:17:10 +08:00 |
|
|
03107936ad
|
refactor: Remove metadata export from sign-in page
|
2025-02-21 20:10:53 +08:00 |
|
|
04d9ac38dc
|
refactor: Migrate OAuth state management to API-based approach
|
2025-02-21 20:09:27 +08:00 |
|
|
67b434e692
|
feat: Replace localStorage with secure cookies for OAuth state management
|
2025-02-21 20:04:26 +08:00 |
|
|
a40234e6c8
|
refactor: Consolidate OAuth authorization page and enhance parameter handling
|
2025-02-21 19:54:25 +08:00 |
|
|
32aaf27b2e
|
feat: Restore OAuth parameter preservation during authentication flow
|
2025-02-21 19:49:55 +08:00 |
|
|
d83f60b0a9
|
refactor: Simplify SSO authentication route and OAuth parameter handling
|
2025-02-21 19:39:51 +08:00 |
|
|
d99b9bcc77
|
feat: Enhance OAuth authorization flow with dynamic redirect and parameter handling
|
2025-02-21 19:33:36 +08:00 |
|