Symfony rest api error with security.yaml

161 Views Asked by At

I'm trying to add an auth system with JWT to my REST API but since I added my system and modified my security.yaml I have those errors:

error

security.yaml

2

There are 2 best solutions below

0
On

Lexik bundle doesn't require anymore guard with symfony 6

1
On

make sure of the alignments .. it can be spaces problem

    api:
        pattern:   ^/api
        guard:
            authenticators: