Уровень 0 · материалов: 4
В кластер входят документы, описывающие техническую реализацию механизмов проверки подлинности пользователей и управления их правами доступа в веб-приложениях.
Общие признаки: управление доступом пользователей, инструменты аутентификации, безопасность учетных данных, библиотеки и расширения для авторизации
Группа выше: Протоколы и реализация аутентификации
Смысл: The main idea is to introduce and demonstrate the EAuth extension for Yii framework, allowing developers to implement a flexible, self-hosted multi-service authorization system (supporting Google, Facebook, VK, etc.) instead of relying on third-party aggregators.
A technical tutorial and documentation for the EAuth extension that enables multi-service authentication (OAuth/OpenID) within the Yii framework.
Смысл: The main idea is to demonstrate how to implement a flexible, hierarchical RBAC system in Yii2 using PhpManager and custom Rules to manage user permissions based on group attributes rather than individual IDs.
A comprehensive technical tutorial on setting up a hierarchical RBAC system in Yii2 using PhpManager, custom validation rules, and console-based configuration generation.
Смысл: The main idea is to teach beginner developers how to correctly implement a secure, basic authentication system in PHP by using industry-standard functions for password hashing and database security.
A beginner-friendly tutorial on building a secure PHP authentication system using PDO, password hashing, and session management.
Смысл: The main idea is to demonstrate the fundamental workflow of integrating Passport.js into an Express/Node.js application to handle local user authentication and session management.
A technical walkthrough on setting up local authentication and session handling in Node.js using Passport.js, Express, and Mongoose.