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:
parent
74c524ed26
commit
a737605ca3
|
@ -1,4 +1,7 @@
|
||||||
<ReleaseNotes>
|
<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">
|
<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>
|
<Change>Login hook for liferay login portlet. Offers a more attractive social login UI</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -14,12 +14,12 @@
|
||||||
<artifactId>login-hook</artifactId>
|
<artifactId>login-hook</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>login-hook Hook</name>
|
<name>login-hook Hook</name>
|
||||||
<version>1.1.1-SNAPSHOT</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0</connection>
|
<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.0</developerConnection>
|
<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.0</url>
|
<url>https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.2</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue