Combining Flask-restless, Flask-security and regular Python requests

后端 未结 2 1627
粉色の甜心
粉色の甜心 2021-02-02 01:56

My goal is to provide a REST API to my web application. Using:

  • Python 2.7.5
  • Flask==0.10.1
  • Flask-Restless==0.13.1
  • Flask-Security==1.7.3
2条回答
  •  佛祖请我去吃肉
    2021-02-02 02:36

    Your original query (of using python requests module) helped me get unstuck :) I did not do anything different.

    I am not using Flask-Restless (yet)

    FWIW - I was able to get the auth token using "just" Flask-Security (i.e. without having to use Flask-jwt)

    See here for details

提交回复
热议问题