grails-spring-security-facebook icon indicating copy to clipboard operation
grails-spring-security-facebook copied to clipboard

Facebook Authentication plugin for Grails

Results 24 grails-spring-security-facebook issues
Sort by recently updated
recently updated
newest added

In order to prevent serialization issues in clustered environments. Related to #75.

Background: Facebook authentication works initially, then after a short period of inactivity (say 12 hours), on the next next facebook login attempt the login page will display the standard spring...

I'm trying to send facebook cookie throw postman to automatically authenticate my app. but I got the following error message in the console: 2015-05-13 23:47:45,693 [http-bio-8080-exec-10] DEBUG facebook.FacebookAuthCookieTransparentFilter - Applying...

I'm writing a grails app and my client is a mobile app. I was successfully be able to authenticate user and get his details. Now I need authenticate subsequent request...

I noticed that the accessTokenExpires date was updated when was less than actual date. But I didn't understand the purpose of this field. Could you help me?

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...

Hi, I installed the Spring-Security-Core plugin(2.0-RC4), and customized UserDetailService successfully. Then installed Spring-Security-Facebook plugin(0.17), that can use FB login. But when I use "sec.loggedInUserInfo(field: 'username')" in gsp, that caused MissingPropertyException....

In `FacebookAuthUtils.groovy` (https://github.com/splix/grails-spring-security-facebook/blob/master/src/groovy/com/the6hours/grails/springsecurity/facebook/FacebookAuthUtils.groovy#L98 and https://github.com/splix/grails-spring-security-facebook/blob/master/src/groovy/com/the6hours/grails/springsecurity/facebook/FacebookAuthUtils.groovy#L136) requests are made to Facebook API. The connection has no timeout so the request thread can block forever (I've experienced this with other api's, not...

Добрый день, Игорь, Спасибо большое за ваш плагин Spring Security Facebook. У меня на проекте есть проблема когда приложение в Фейсбук использующее ваш плагин не работает в Safari. Политика конфиденциальности...

Hi! I need to give the appUser different roles depending on wich facebook connect button he clicked. For example: If he clicked on "Register as Organizer"-page on the connect button,...