Update ContextSection and TechStackSection with OAuth 2.0 and i18n features

- Replaced outdated features with 'OAuth 2.0 + Social Login' and 'i18n Ready' in ContextSection.
- Updated TechStackSection to include OAuth 2.0 (social login + provider mode) and next-intl (English, Italian) support.
- Refined descriptions in FeatureGrid and HeroSection to highlight new features.
- Improved messaging around OAuth and internationalization readiness across components.
This commit is contained in:
Felipe Cardoso
2025-11-26 14:44:12 +01:00
parent 7ba1767cea
commit 088c1725b0
4 changed files with 19 additions and 19 deletions

View File

@@ -14,8 +14,8 @@ const features = [
icon: Shield,
title: 'Authentication & Security',
description:
'JWT authentication with refresh tokens, session management, password reset flow, rate limiting, CSRF protection, and comprehensive security tests preventing common attacks (CVE-2015-9235, session hijacking)',
highlight: 'Battle-tested security',
'JWT with refresh tokens, OAuth social login (Google, GitHub with PKCE), OAuth Provider mode for MCP clients, session management, rate limiting, and comprehensive security tests',
highlight: 'OAuth 2.0 + MCP ready',
ctaText: 'View Auth Flow',
ctaHref: '/login',
},
@@ -59,8 +59,8 @@ const features = [
icon: Code,
title: 'Developer Experience',
description:
'Auto-generated TypeScript API client from OpenAPI spec, hot reload in development, migration helpers (python migrate.py auto), VS Code settings, and comprehensive component library',
highlight: 'Delightful DX',
'Auto-generated TypeScript API client, i18n with next-intl (English, Italian), hot reload, migration helpers, VS Code settings, and a comprehensive component library',
highlight: 'Delightful DX + i18n',
ctaText: 'Explore Components',
ctaHref: '/dev',
},