OAuth2 Gmail
Added OAuth2 GMAIL loggin/logout support.
Added OAuth2 Gmail filter.
LoginModule
Updated LoginModule with OAuth2 Gmail support.
Persitence
Extended user persitance api with OAuth2 gmail features.
(TODO refactor persistance as an user extention)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div>
|
||||
{if isset="$user"}
|
||||
<h3><a href="/basic_auth_logoff">Logout</a> </h3>
|
||||
<h3><a href="/roc-logout">Logout</a> </h3>
|
||||
{/if}
|
||||
{unless isset="$user"}
|
||||
<h3>Login or <a href="/roc-register">Register</a></h3>
|
||||
@@ -28,5 +28,8 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{/unless}
|
||||
{/unless}
|
||||
<div>
|
||||
<a href="/login-with-google"><img src="http://qpleple.com/img/post-how-to-make-people-login-into-your-website-with-their-google-account/signin-google-3.png"></a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user