Implemented support for oAuth 2

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/login-hook@142281 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-02-06 16:26:48 +00:00
parent 74c524ed26
commit a737605ca3
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="gr.cite.login.login-hook.1-2-0" date="2017-02-06">
<Change>Implemented support for oAuth 2</Change>
</Changeset>
<Changeset component="gr.cite.login.login-hook.1-0-0" date="2016-03-30">
<Change>Login hook for liferay login portlet. Offers a more attractive social login UI</Change>
</Changeset>

View File

@ -14,12 +14,12 @@
<artifactId>login-hook</artifactId>
<packaging>war</packaging>
<name>login-hook Hook</name>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<scm>
<connection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0</connection>
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0</url>
<connection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.2</connection>
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.2</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.2</url>
</scm>
<properties>