Home > Backend Development > PHP Tutorial > YII框架auth_key的用法和用途!?

YII框架auth_key的用法和用途!?

WBOY
Release: 2016-06-06 20:42:04
Original
2473 people have browsed it

接触YII其实有一段时间了,但是没有从头开始写过一个项目。

剧情:
前几天YII2正式发布了,加上过两天阿里云有促销,我就准备用YII2写一个博客弄上去。
但是写到注册的时候,auth_key把我难住了(貌似很多框架有,但是都没用过,网上也没有例子,百度搜出来的基本都是THINKPHPauth_key的作用),看代码只发现YII2可以生成32为的key。
那么问题来了:YIIauth_key到底怎么用来着?有啥用途?

回复内容:

接触YII其实有一段时间了,但是没有从头开始写过一个项目。

剧情:
前几天YII2正式发布了,加上过两天阿里云有促销,我就准备用YII2写一个博客弄上去。
但是写到注册的时候,auth_key把我难住了(貌似很多框架有,但是都没用过,网上也没有例子,百度搜出来的基本都是THINKPHPauth_key的作用),看代码只发现YII2可以生成32为的key。
那么问题来了:YIIauth_key到底怎么用来着?有啥用途?

认证Authentication

英文原版

撸主极速啊,Yii2 刚发布就用上了。

auth_key 是保存在 user(或其他保存用户信息的表)表中的一个字段,
创建/注册用户时 随机生成一个字符串(yii-advanced 中是用 security->generateRandomString() 生成的)保存下来。
主要用于 用户从 cookie 登录

我也在用yii2,现在开始做到了会员注册部分,被yii2的这个也迷惑了。
yii2是如何实现注册的?

Related labels:
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template