Sai Maddali

Results 4 issues of Sai Maddali

The handlers are already in the SDK but aren't included in the docs. I think our express docs do a good job of explaining the function of these: https://docs.stormpath.com/nodejs/express/latest/registration.html#pre-registration-handler

Right now if I use Facebook login on ID Site, the default language is Spanish because the value is es_LA. I changed it to en_US to make it english. https://developers.facebook.com/docs/facebook-login/web

in progress

If I configure timeout for the IDSite on the Admin Console, that value is not reflected in the live application. Timeout defaults to the default value of 30 minutes regardless...

bug
open

If a user denies permission for FB on the IDSite there's no way to rerequest FB for permissions again. You can request the permissions again, however, using rerequest function from...