splix / grails-spring-security-facebook

Facebook Authentication plugin for Grails
http://splix.github.io/grails-spring-security-facebook/index.html
Other
39 stars 35 forks source link

Pass remember_me switch with Server Side login processing #83

Open keibro opened 9 years ago

keibro commented 9 years ago

Hi Igor,

Do you have any pointers on passing a 'remember_me' parameter for processing with server side login?

I can see that FB login honours the setting:

grails.plugin.springsecurity.rememberMe.alwaysRemember=true

but is it possible to pass the remember_me switch on a case by case basis (e.g. the user has the option to select a remember_me option and then clicks FB login link)?

Many thanks, Keith