The SecurityContext implementation in QuickStart does not seems to support concurrent process.
I tried running some long running process(fetch photo) together and randomly some process will fail...
Type: Posts; User: fullydead; Keyword(s):
The SecurityContext implementation in QuickStart does not seems to support concurrent process.
I tried running some long running process(fetch photo) together and randomly some process will fail...
The trick of using js to pass access token works
As mentioned earlier. I could not use the provider (signin/providerId) [server side]. If i use that connection will be stored in the DB
Objective is to add a connection to DB if the FB connection...
Tried to change the code to something like this but got an MissingAuthorizationException
AccessGrant accessGrant = new AccessGrant(accessToken);
OAuth2ConnectionFactory<?> connectionFactory =...
Sorry i am new to all this.
What i am looking at is only manually adding of the facebook connection like a provider into UsersConnectionRepository.
I can't use MVC view to "control" the...
for the benefit of the community. The proposed url works for logout. If you can get your hands on the accesstoken
Assuming a facebook is already establish from the frontend. (Javascript or some other means)
How can we use use spring social to detect it and add it to the UsersConnectionRepository
Example:...
But it is not really signout of the app as well.
once you click signin again. it checks the connection and reassign a new app connection and you are back in.
How do i signout of facebook in...
i tried spring-social-quickstart but it does not logout from facebook.
Please assist