Sylius/app/Resources/HWIOAuthBundle/views/Connect/login.html.twig
headrevision bc49f46cfe reference implementation of Sylius user login/registration by OAuth sign-in provider account (incomplete)
added step to initially grant access for app in OAuth login scenarios
disabled cache clearing
removed obsolete code
restored cache clearing
added given step to OAuth login scenarios
set placeholder values for resource owner client id + secret
execute scenarios with saucelabs on travic ci apache
added phpspec for oauth user provider
used local selenium server for travis ci instead of sauce labs
2013-10-30 10:24:57 +01:00

5 lines
292 B
Twig
Executable file

<div class="hero-unit">
{% for owner in hwi_oauth_resource_owners() %}
<a class="oauth-login oauth-login-{{ owner | trans({}, 'HWIOAuthBundle') }}" href="{{ hwi_oauth_login_url(owner) }}" title="{{ owner | trans({}, 'HWIOAuthBundle') }}"><span></span></a>
{% endfor %}
</div>