如何使用angular4从经过身份验证的api(Django)读取响应

时间:2015-10-19 12:53:21

标签: angular oauth-2.0 mod-auth-openidc

我试图从经过验证的API中获取数据 Django REST API框架,REST API中使用的功能(mod_auth_openidc),我需要调用相同的API来使用angular4在前端显示数据。

https://github.com/damienbod/angular-auth-oidc-client

我已尝试过上述方法,但正确打开了Google身份验证弹出窗口,并在浏览器窗口中加载了API。我需要在成功验证后进行API调用。

1 个答案:

答案 0 :(得分:0)

您可以使用angular-xml bower依赖项https://github.com/johngeorgewright/angular-xml2。它也有很好的书面手册。