RESTFUL web services consumed by web and native mobile apps with authentication in python using django framework

前端 未结 3 770
时光说笑
时光说笑 2021-02-04 17:54

I have to write RESTFUL web-services with authentication in python using django framework which will be consumed by web based clients and mobile native apps (Android and IOS).

3条回答
  •  我寻月下人不归
    2021-02-04 18:14

    I've used OAUTH2, which is simpler to implement than OAUTH, but needs SSL to actually make it secure.

    Since I've used DJANGO REST Framework, you can find the setup, here.

提交回复
热议问题