Home > Backend Development > PHP Tutorial > 关于token的问题

关于token的问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:14:19
Original
1103 people have browsed it

看到很多网站的接口的参数都有个token的东西,想问下这个参数的意义或者作用是什么啊谢谢。

回复内容:

看到很多网站的接口的参数都有个token的东西,想问下这个参数的意义或者作用是什么啊谢谢。

token 很多用于权限认证,比如登录判断,请求接口的认证,以及请求接口的合法性。一般很多token会设置过期时间,必须在有效的时间内,才可以正常使用。

用作校验啊,防止资源盗用

token可以藏一些参数,不怎么容易被破解,API用的多,现在很多网站也在用token。

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template