feat: oauth2 login via myep

This commit is contained in:
Björn Fromme
2026-08-12 08:14:13 +02:00
parent 078ef8b9a6
commit 898a7c7505
12 changed files with 384 additions and 2 deletions
+5 -2
View File
@@ -45,7 +45,10 @@
</button>
<input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
</form>
<div class="pt-4">
<div class="pt-4 flex space-x-4">
<a href="{{ path('app_myep_auth_init') }}" class="text-sm underline">
Login mit MyE&amp;P
</a>
<a href="{{ path('app_security_password_reset') }}" class="text-sm underline">
Passwort vergessen?
</a>
@@ -53,4 +56,4 @@
</div>
</div>
{% endblock %}
{% endblock %}