liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

Add fields to CookieAuthentication and allow creating a cookie session with other cookie session (refresh) #38

Closed victorg1991 closed 7 years ago

victorg1991 commented 7 years ago

Hi! 😄

From Screens we are integrating cookie authentication into our framework, we need a way to be able to refresh the cookie when it expires. In order to do that we need to have the username and the password from the user and create a new cookie session from the expired session.

Any comments will be appreciated :)

brunofarache commented 7 years ago

Just started reviewing :)

:octocat: Sent from GH.

brunofarache commented 7 years ago

Thank you, pull request merged! See changes here.

:octocat: Sent from GH.

jmnavarro commented 7 years ago

@brunofarache we'll probably need a new version released in the upcoming days (a customer is waiting for this feature). Please, wait until Android changes are merged (PR will be sent soon) and we're sure everything is completed

Thanks!