python - django-restframework关于服务器之间的服务调用认证
PHPz
PHPz 2017-04-18 09:45:00
0
1
432

django restframework

涉及到服务器之间的服务认证,在公网上传输,有现成的服务认证库吗?

就是类似于给一个服务器分配一个appidsecret
然后把appid以及md5(secret+时间戳+其它参数)
一起传过来,证明服务调用来自合法调用者的

PHPz
PHPz

学习是最好的投资!

reply all(1)
小葫芦

django restframework supports multiple authentication methods, refer to http://www.django-rest-framew..., the one you mentioned is similar to HTTP Signature Authentication: http://www.django-rest-framew... .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template