skillhub/server
wurongjie 026797c9fa fix(auth): use SimpleUrlAuthenticationSuccessHandler for OAuth2 login
Replace SavedRequestAwareAuthenticationSuccessHandler with
SimpleUrlAuthenticationSuccessHandler to prevent redirecting to
saved API requests after OAuth2 login.

Previously, when a user accessed a protected API endpoint (e.g.,
/api/web/skills) without authentication, Spring Security would save
that request. After OAuth2 login, the handler would redirect back to
the API endpoint instead of the dashboard.

Now the handler only uses:
- returnTo parameter from session (if present)
- default target URL (/dashboard) as fallback
2026-04-09 10:18:08 +08:00
..
.mvn docs: add Maven mirror config and troubleshooting guide for China developers (#233) 2026-04-07 09:50:07 +08:00
scripts feat(notification): add in-app notifications and harden delivery 2026-03-23 12:31:28 +08:00
skillhub-app Feat/namespace member display username (#236) 2026-04-08 20:02:20 +08:00
skillhub-auth fix(auth): use SimpleUrlAuthenticationSuccessHandler for OAuth2 login 2026-04-09 10:18:08 +08:00
skillhub-domain feat: support Unicode characters in skill slugs (#196) 2026-03-31 10:17:34 +08:00
skillhub-infra Webclient fix (#173) 2026-03-27 15:41:58 +08:00
skillhub-notification chore(notification): sync main and expand regression coverage 2026-03-23 15:04:47 +08:00
skillhub-search fix(label): harden validation and batched search sync 2026-03-20 16:10:38 +08:00
skillhub-storage chore(release): v0.1.0 2026-03-19 20:25:18 +08:00
.dockerignore feat(staging): optimize staging build with local Maven packaging 2026-03-14 14:21:06 +08:00
Dockerfile feat: add scanner service to v0.2.0 release deployment (#189) 2026-03-30 19:01:51 +08:00
Dockerfile.dev feat(staging): optimize staging build with local Maven packaging 2026-03-14 14:21:06 +08:00
mvnw feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
mvnw.cmd feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
pom.xml feat(notification): add in-app notifications and harden delivery 2026-03-23 12:31:28 +08:00