Feat: Implement entities for user and teamer, finalize login process

This commit is contained in:
Björn Fromme
2023-09-12 16:35:06 +02:00
parent 3739decab8
commit 35ca61d21b
27 changed files with 1008 additions and 442 deletions
+4
View File
@@ -19,6 +19,10 @@ services:
- '../src/Entity/'
- '../src/Kernel.php'
App\EventListener\TimestampableEntitySubscriber:
tags:
- { name: 'doctrine.event_subscriber', connection: 'default' }
App\BusProNet\ApiClient:
arguments:
$options: { 'bpn_username': '%bpn_username%', 'bpn_password': '%bpn_password%', 'bpn_url': '%bpn_url%' }