Custom authentication in Google App Engine

前端 未结 10 803
深忆病人
深忆病人 2020-12-02 05:20

Does anyone know or know of somewhere I can learn how to create a custom authentication process using Python and Google App Engine?

I don\'t want to use Google accou

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 05:50

    In addition to all the other great answers, I would also add that Facebook, Twitter, and github all offer OAuth mechanisms that you can utilize as turn-key authentication support for your app.

提交回复
热议问题