[keycloak-dev] social login and remember me

Stian Thorgersen stian at redhat.com
Mon Feb 24 06:54:06 EST 2014


Having more than one "remember me" checkbox on the page would be confusing/messy I think.

Links can be replaced with buttons by simply changing <a class="zocial ${p.id}"> with <button class="zocial ${p.id}">. No need for img buttons as the styling works for buttons as well.

----- Original Message -----
> From: "Bill Burke" <bburke at redhat.com>
> To: keycloak-dev at lists.jboss.org
> Sent: Sunday, 23 February, 2014 4:35:16 PM
> Subject: [keycloak-dev] social login and remember me
> 
> I implemented "Remember Me" for regular login.  The problem is, it won't
> work for social because social login using an href so "remember me"
> checkbox will not get propagated.
> 
> * Social login links need to be turned into a form containing a img
> submit button for each, correct?
> * Where should "Remember Me" go?   Have 2 Remember Me checkboxes?
> 
> 
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
> 


More information about the keycloak-dev mailing list