Files
symfony-flex-recipes-contrib/hwi/oauth-bundle/0.6/post-install.txt
T

20 lines
1.1 KiB
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next for HWIOAuthBundle? </>
<bg=blue;fg=white> </>
* <fg=blue>Configure</> your application:
1. Add firewall by adding <comment>- main:
anonymous: true
oauth:
resource_owners:
my_github: "/login/check-github"
login_path: /login
use_forward: false
failure_path: /login
oauth_user_provider:
service: hwi_oauth.user.provider
</> in your security firewalls section.
* <fg=blue>Read</> the documentation at <comment>https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/3-configuring_the_security_layer.md</>