Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

route path #21

Open
galliroberto opened this issue Nov 16, 2024 · 1 comment
Open

route path #21

galliroberto opened this issue Nov 16, 2024 · 1 comment

Comments

@galliroberto
Copy link

galliroberto commented Nov 16, 2024

is it possibile to change route, adding the prefix?
or maybe put a configurable base url or path per account to log in

FilamentDeveloperLoginsPlugin::make()
->enabled()
->users([
    [
        'name' => 'Pinco',
        'email' => '[email protected]',
        'path_login' => 'my-custom-path',
        'redirect' => 'http://sfdgf'
    ],
    [
        'name' => 'Pallo',
        'email' => '[email protected]',
        'path_login' => 'my-custom-path'
        'redirect' => 'http://hgkujthgk'
    ]
])
->enabled(app()->isLocal()),
@bramr94
Copy link
Collaborator

bramr94 commented Nov 17, 2024

There is a option to set the redirect URL, https://github.com/DutchCodingCompany/filament-developer-logins?tab=readme-ov-file#redirectto.

At the moment its not possible to set a different redirect URL per user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants