随笔分类 - 我的文件
摘要:假如www.olcms.com/getUserInfo获取用户信息,你怎么知道当前用户是谁?有人说登陆时候我把他UID写入session了,如果是API接口,没有session怎么办,那么就需要把UID带到参数里面,如果直接带里面,安全怎么办?所以我们需要加密成别人看不懂的字符串,这就是JWT(JS
阅读全文
摘要:PHP-JWT A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519. Installation Use composer to manage your dependenc
阅读全文
摘要:Skip to content Features Business Explore Marketplace Pricing This repository</form> Sign in or Sign up Features Business Explore Marketplace Pricing
阅读全文
摘要:http://www.cnblogs.com/whoamme/p/5039533.html http://www.laruence.com/2015/05/28/3038.html http://php.net/manual/zh/language.generators.php 生成器手册 http
阅读全文