Martin Walther

Results 3 comments of Martin Walther

@tomasbruckner I think it is a configuration issue. I use a `UserChecker` and it works. The configuration in the [documentation](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#configuration): ``` security: # ... firewalls: login: pattern: ^/api/login stateless: true...

Same issue here. Register: ```yaml doctrine: dbal: #url: '%env(DATABASE_URL)%' driver: '%database_driver%' host: '%database_host%' dbname: '%database_name%' user: '%database_user%' password: '%database_password%' charset: utf8mb4 default_table_options: charset: utf8mb4 collate: utf8mb4_unicode_ci orm: auto_generate_proxy_classes: '%kernel.debug%' naming_strategy:...

I just wanted to point out that behind load balancers / ssl proxies different ip addresses exist. the first on is the proxy and the second on the ip from...