How do I develop against OAuth locally?

后端 未结 7 833
孤独总比滥情好
孤独总比滥情好 2020-12-08 02:38

I\'m building a Python application that needs to communicate with an OAuth service provider. The SP requires me to specify a callback URL. Specifying localhost obviously

7条回答
  •  爱一瞬间的悲伤
    2020-12-08 03:16

    This may help you:

    http://www.marcworrell.com/article-2990-en.html

    It's php so should be pretty straightforward to set up on your dev server.

    I've tried this one once:

    http://term.ie/oauth/example/

    It's pretty simple. You have a link to download the code at the bottom.

提交回复
热议问题