{% extends 'base.html.twig' %} {% block title %}Kinde Auth Example - Symfony{% endblock %} {% block content %} {% if isAuthenticated %}
Name
{{ user.given_name ?? 'N/A' }} {{ user.family_name ?? '' }}
{{ user.email ?? 'N/A' }}
Profile Picture
{{ organization.name ?? 'N/A' }}
A simple Symfony application demonstrating Kinde authentication integration.
Sign in or create an account to access your personalized dashboard and manage your profile.
Powered by Kinde's secure authentication system
Manage your profile and permissions easily
Built with Symfony and modern web technologies