knpuniversity / oauth2-client-bundle

Easily talk to an OAuth2 server for social functionality in Symfony
https://symfonycasts.com
MIT License
787 stars 145 forks source link

[docs]: Add entrypoint functionality to Authenticator docs #372

Closed robmeijer closed 2 years ago

robmeijer commented 2 years ago

As best I can tell, the start() method is still required to automatically redirect to the "login" page when accessing a protected resource. This PR copies its use from the Guard Authenticator to the Symfony Authenticator section.