随笔分类 -  我的文件

摘要:假如www.olcms.com/getUserInfo获取用户信息,你怎么知道当前用户是谁?有人说登陆时候我把他UID写入session了,如果是API接口,没有session怎么办,那么就需要把UID带到参数里面,如果直接带里面,安全怎么办?所以我们需要加密成别人看不懂的字符串,这就是JWT(JS 阅读全文
posted @ 2018-10-31 16:30 猿来你也在这里呀 阅读(921) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2018-10-31 16:29 猿来你也在这里呀 阅读(723) 评论(0) 推荐(0)
摘要:Skip to content Features Business Explore Marketplace Pricing This repository</form> Sign in or Sign up Features Business Explore Marketplace Pricing 阅读全文
posted @ 2018-10-31 16:29 猿来你也在这里呀 阅读(130) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2018-10-31 16:28 猿来你也在这里呀 阅读(108) 评论(0) 推荐(0)