1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-01 04:10:44 +02:00

2 Commits

Author SHA1 Message Date
Julian Prieber
0d805c00cc Added Middleware to remove cookies on public routes 2023-12-14 23:19:28 +01:00
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