-
plz add true false check in config for
because we some time we ahve custome code in loginController and homeController laravel/ui --auth is regenerating the files and removing old code
$this->b…
-
~~~
-
Currently you can login via the filament auth (`/admin/login`) without 2FA.
Example: https://filamentphp.com/plugins/vormkracht10-2fa (uses [Laravel Fortify](https://laravel.com/docs/11.x/fortify))…
-
I am doing a project where multi-auth is necessary. Does this package support laravel multi-auth? even though I set up project environment as multi auth suggests, DynamDB package always getting the co…
-
I am trying to use this package in a Laravel/Inertia Vue3 application and getting a CORS error for the redirect.
Here is my controller:
```php
class PaystackController extends Controller
{
…
-
~~~
-
Hi,
I'm using multiauth with your laravel-auth-token. However, this is not working (yet).
I've asked the creator of multiauth to help. See this issue:
https://github.com/ollieread/multiauth/issues/62…
-
### Method Illuminate\Auth\RequestGuard::attempt does not exist
I am new to both laravel and lumen. I was creating a login api with oauth2.0, i have installed passport and generated token. Below is m…
-
See: https://laravel.com/docs/11.x/socialite
Would be nice if this could be added to allow authentication from an external Oauth2 provider, like a Nextcloud instance.
Thanks!
poVoq updated
5 months ago
-
Hi, i get the following error when accessing Order Status Settings , i have a fresh install
here is the stacktrace
```
[2024-10-10 08:46:34] local.ERROR: foreach() argument must be of type…