AWS Cognito Federated Identity + Facebook: suggested logout flow

戏子无情 提交于 2020-01-04 15:57:13

问题


Looking at http://docs.aws.amazon.com/cognito/latest/developerguide/facebook.html there is an example of how to code up a login using AWS Cognito + Facebook.

However, I’m unable to find examples of a logout flow. Because of the 3 parties interacting, including browser-side caching, and potentially asynchronous operations involved, it would be good to be aware of any gotchas or recommendations.

So: what’s a good way of handling logout after logging in with AWS Cognito + Facebook?

来源:https://stackoverflow.com/questions/46514605/aws-cognito-federated-identity-facebook-suggested-logout-flow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!