Lukas Heller

Results 5 comments of Lukas Heller

It works, but not if you don't have any public repositories ;)

@kichetof Regarding the permissions: Try renaming the `guard_name` for all `roles` and `permissions` entries to fit the guard name in your lit config.

I made a quick example project setup thats using the default `web` guard and `App\Models\User`. Maybe you want to take a look at it: https://github.com/lpheller/litstack-authguard-test This way its also working...

That's probably just because the default laravel user doesn't provide the same attributes as the lit_user model. You might want to add these attributes or just update the `lit/app/Config/User/UserConfig` to...

This field duplication also occurs when trying to use a group inside a (BaseForm) macro.