Wiki articles tagged with "auth"

Showing 1-8 of 8 items.

JWT authentication tutorial

Created 4 years ago by Allan Jensen Allan Jensen, updated 3 years ago by Allan Jensen Allan Jensen.

JWT is short for JSON Web Token. It is used eg. instead of sessions to maintain a login in a browser that is talking to an API - since browser sessions are vulnerable to CSRF security issues. JWT is also less complicated than setting up an OAuth authentication mechanism.

13 0
8 followers
Viewed: 173 939 times
Version: 2.0
Category: Tutorials

[Guide] How to actually separate Frontend (User) and Backend (Admin) on Yii2 Advanced

Created 10 years ago by Wade Shuler Wade Shuler, updated 10 years ago by samdark samdark.

I am writing this guide because I struggled to find a resource that included ALL of the necessary steps to completely separate the frontend from the backend. After reading guides like Configuring different sessions for backend and frontend in yii-advanced-app and [yii2 configuring d...

9 1
18 followers
Viewed: 130 034 times
Version: 2.0
Category: How-tos

Console Based CAuthManager Helper

Created 10 years ago by bluyell bluyell, updated 10 years ago by bluyell bluyell.

This behavior enable you to command the RBAC via console. This avoids you to install a entire rbac graphic toolkit to set up some rules in the rbac, maybe you are running inside a ssh console.

0 0
1 follower
Viewed: 13 838 times
Version: 1.1
Category: How-tos

Yii2: Configuring different sessions for backend and frontend in Yii Advanced Application Template

Created 10 years ago by hrnair hrnair, updated 10 years ago by hrnair hrnair.

This is as an extension of this wiki by Kartik V which shows to make different enableAutoLogin cookies for frontend and backend.

3 0
7 followers
Viewed: 46 762 times
Version: 2.0
Category: How-tos

Configuring different sessions for backend and frontend in Yii advanced app

Created 11 years ago by Kartik V Kartik V, updated 10 years ago by Kartik V Kartik V.

Your need: You require that for shared machines, the user is authenticated again for a backend access again, if someone is logged in from frontend and vice versa.

4 0
46 followers
Viewed: 51 586 times
Version: 2.0
Category: How-tos

Yii User and Rights Implementation

Created 12 years ago by Rajith R Rajith R, updated 11 years ago by Rajith R Rajith R.

implementing some features of yii user and rights.

4 0
8 followers
Viewed: 44 078 times
Version: 1.1
Category: How-tos

Simple authorization system

Created 13 years ago by Gustavo Gustavo, updated 12 years ago by Gustavo Gustavo.

How to create a simple (non-RBAC) authorization system

14 0
17 followers
Viewed: 47 417 times
Version: 1.1
Category: How-tos

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

Created 14 years ago by Juan Calvo Juan Calvo, updated 14 years ago by Juan Calvo Juan Calvo.

Todos los que hemos empezado a utilizar Yii para crear aplicaciones Web, nos hemos dado de bruces cuando hemos intentado poner a funcionar el RBAC (acceso de control basado en roles).

15 1
9 followers
Viewed: 77 513 times
Version: 1.1
Category: Tutorials