OpenID based authentication in Angular.js (with Flask backend)
问题 How does one implement OpenID based authentication in Angular.js (with Flask back-end web app)? It looks like the Angular.js code needs to incorporate logic like the example found here. However, the Flask side should also have an OpenID verification mechanism. Is there a "recommended" way to write the logic for both backend and frontend? Is there a github example or some other related resource for starters? 回答1: Unfortunately I do not have a sample application to share, but here is a high