thephpleague / oauth2-server-bundle

Symfony bundle for the OAuth2 Server.
MIT License
176 stars 86 forks source link

Correct mistake in documentation #150

Open svenk-ct opened 12 months ago

svenk-ct commented 12 months ago

I think the route /api/token wouldn't be matched by the pattern: ^/token$ in the configuration example. So I changed it to just /token. Feel free to close this if I'm misunderstanding something here.