LinkStack/app/Http
Julian Prieber bbad48998b Map domain to specific profile
Admins can now map domains to specific profiles.
To do this add this array to your advanced config:

  'custom_domains' => [
    ['domain' => 'example.com', 'name' => 'example_user',],
    ['domain' => 'example.example.com', 'id' => '1',],
    // more entries as needed
  ],

For each entry, a domain and user name or id has to be defined.
2023-12-12 00:27:48 +01:00
..
Controllers Map domain to specific profile 2023-12-12 00:27:48 +01:00
Livewire Updated user table default sorting 2023-12-01 14:02:20 +01:00
Middleware Added Middleware LinkId 2023-11-02 22:02:20 +01:00
Requests Now using messages.php 2023-06-16 23:04:59 +02:00
Kernel.php Added Middleware LinkId 2023-11-02 22:02:20 +01:00