Pages in wikiX
Showing 1 - 10 of 16 for auth
1

Simple authorization system

How-tosUpdated 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 
2

Yet another implementation of CPhpAuthManager.

How-tosUpdated about a month ago by seenivasan 2764 views, 2 comments – ( +4 )
 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 
3

Integrating HybridAuth directly into Yii without an extension

How-tosUpdated 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 
4

CPhpAuthManager - how it works, and when to use it

How-tosUpdated 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 
5

Control de Usuarios y Roles (RBAC) - en español

TutorialsUpdated 7 months ago by bluyell 3992 views, 8 comments – ( +4 )
 . 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 
6

Introducción al control de acceso basado en roles (RBAC)

TutorialsUpdated 2 years ago by Juan Calvo 20893 views, 4 comments – ( +16 / -1 )
 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 
7

Yii for beginners 2

TutorialsUpdated 2 months ago by rackycz 9544 views, 2 comments – ( +20 )
 ://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 
8

Implementing a WebDAV server using SabreDAV

TutorialsUpdated 13 days ago by nineinchnick 1178 views, 2 comments – ( +4 )
 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 
9

Getting to Understand Hierarchical RBAC Scheme

TutorialsUpdated 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 
10

Kickstart development with Yii-App

How-tosUpdated 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