Heim >Backend-Entwicklung >PHP-Tutorial >聚合数据必须加授权API才可以用,我想自己学个例子,实现这种加密的API,具体如下

聚合数据必须加授权API才可以用,我想自己学个例子,实现这种加密的API,具体如下

WBOY
WBOYOriginal
2016-07-06 13:52:39939Durchsuche

为了防止未授权用户使用我的json数据,我想让用户先申请我的APIkey,然后才可以使用,请问这种做法的思路是什么?

回复内容:

为了防止未授权用户使用我的json数据,我想让用户先申请我的APIkey,然后才可以使用,请问这种做法的思路是什么?

  1. 建立一个表,存储颁发给用户的apikey

  2. 用户请求时,获取到apikey,查询数据库,验证合法性,如果合法,可以正常调用接口,否则反之。

OAuth, jwt, http base 之类的验证包

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:关于邮箱找回密码Nächster Artikel:关于linux服务器搭建web