You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring MVC Security - adding custom login form, displaying error message for invalid credentials, role based access, custom access denied page, displaying content based on roles, displaying username and roles , adding logout support
This project demonstrates the implementation of JWT (JSON Web Token) authorization in a .NET Core Web API 6 application. The project uses AddSecurityRequirement and AddSecurityDefinition for configuring JWT-based authentication and authorization in the service layer.
Face Recognition Attendance System: A Flask-based web application that leverages face recognition technology to manage attendance. It supports multiple cameras, role-based access for students, teachers, and admins, and utilizes a MySQL database for data management.
"Task Management App with Keycloak Integration" is a robust system for managing tasks, featuring user authentication and role-based access control (RBAC) via Keycloak. It allows for fine-grained data access control, task assignment, progress tracking, and includes custom authorization logic.