Real-life RESTful server example on Flask-RESTplus
Hi, I have an application where users have a username and password(grant_type=password). They have the alternative to login with facebook. In this case, user doesn't have a password, but just an access_token from facebook. After that, how can they login against my own OAuth system? Since they don't have a password and I don't see any way to use only the access_token from facebook to authenticate my user. What would be the solution in this case? Maybe I am missing something obvious! Thank you
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by djsliders and has received 2 comments.