1
How-tos –
Updated 24 days ago
by Gustavo
–
15253 views,
1 comment
–
( +16 )
How to create a simple (non-RBAC) authorization system As I notice reading the forum, this is a frequent doubt, so I decided to write this article. This article covers only the authorization system. I
/wiki/276/simple-authorization-system
2
are getting
roles for the current user from database table and assigning only roles to user that are declared in the
particular controller. We have brought down the work of loading of auth data at main
/wiki/480/yet-another-implementation-of-cphpauthmanager
3
How-tos –
Updated 26 days ago
by biz dev
–
3747 views,
2 comments
–
( +8 )
This article tries to explain the steps required in integrating the HybridAuth into Yii directly, without using an extension. The reason for not using an existing extension, such as hoauth is because
/wiki/459/integrating-hybridauth-directly-into-yii-without-an-extension
4
How-tos –
Updated about a year ago
by dckurushin
–
12258 views,
5 comments
–
( +1 / -3 )
Introduction Before reading this article, you should first learn this How to setup RBAC with a php file It is actually mentioned in the documentation CPhpAuthManager :
CPhpAuthManager is mainly
/wiki/253/cphpauthmanager-how-it-works-and-when-to-use-it
5
. dentro de 'modules' agregar: 'cruge'=>array( 'tableprefix'=>'cruge_', // para que utilice a protected.modules.cruge.models.auth.CrugeAuthDefault.php // // en vez de 'default' pon 'authdemo' para que
/wiki/363/control-de-usuarios-y-roles-rbac-en-espanol
6
las tablas donde se almacenarán los datos. Dentro del framework en el directorio "web" encontraréis un directorio con el nombre "auth", en dicho directorio existe un archivo llamado "schema.sql", el
/wiki/120/introduccion-al-control-de-acceso-basado-en-roles-rbac
7
://www.yiiframework.com/doc/guide/1.1/en/topics.auth#access-control-filter Finally download links look like this: The action is in Controller "storage" and is called actionDownload(). It processes GET parameter like this: Now you just
/wiki/462/yii-for-beginners-2
8
Records instead of plain PDO and Yii's auth mechanisms. This example starts a calendar server, but it's just a plain WebDAV server extended with some plugins. Database As stated in the introduction, following data
/wiki/488/implementing-a-webdav-server-using-sabredav
9
Tutorials –
Updated 5 months ago
by daemons
–
43940 views,
10 comments
–
( +49 )
exactly the hierarchy works. I found how to define authorization hierarchy, how business rules are evaluated, how to configure authManager, but almost nothing about how I should build my hierarchy, in what
/wiki/136/getting-to-understand-hierarchical-rbac-scheme
10
How-tos –
Updated 3 months ago
by Chris83
–
9622 views,
20 comments
–
( +16 )
- and server-side compilation
IMG Image management and versioning
Yii-Auth User interface for access control
Yii-SEO Search engine optimization
YiiPasswords Strong password using BCrypt
Yii
/wiki/446/kickstart-development-with-yii-app