Login Throttling in Laravel 5.1
Explains how to use Laravel 5.1's built-in login throttling feature to prevent brute-force attacks by limiting failed login attempts.
Explains how to use Laravel 5.1's built-in login throttling feature to prevent brute-force attacks by limiting failed login attempts.
A tutorial on implementing GitHub OAuth login in a Laravel application using the Socialite package for user authentication.
A developer shares their experience implementing Firebase security rules for an AngularJS app, explaining rule types, structure, and cascading behavior.
A guide on how to pass parameters to middleware in Laravel 5.1, using role-based authentication as a practical example.
Google is retiring OpenID for OAuth 2.0, requiring Azure ACS users to update their Google identity configuration by June 2015.
A guide to customizing FOSUserBundle in Symfony, covering redirect targets and flash messages for version 1.3.
A guide to securing the ASP.NET MVC Web.config file, covering custom errors, cookie security, and removing revealing HTTP headers.
Explains AWS authentication options like root accounts and IAM users, focusing on security best practices and access control.
A guide on using ADSI Edit to accurately construct LDAP Distinguished Names for Active Directory integration with SaaS applications.
A guide to implementing authentication and authorization in an AngularJS/Spring Boot app using Spring Security and Spring Session.
A guide to configuring a Java application to connect to MongoDB using SSL encryption and access control rules.
Explains why Chef runs fail with authentication errors and provides a simple fix using the no_lazy_load setting.
A guide to resolving Azure Portal login conflicts when federating Office 365 Azure AD, with a workaround for Microsoft Account issues.
A retrospective on the daloRADIUS open-source RADIUS management project, celebrating its 7th anniversary and its development history.
A technical guide on adding configurable session cookie parameters to the MEAN.io stack for enterprise applications.
Fixing a daloRADIUS bug for importing users with non-default password types like MD5 or SHA.
Fixing MongoDB Connector for Hadoop authentication errors by granting the clusterManager role to the user.
A technical tutorial on implementing ASP.NET Identity with Entity Framework for database-backed user authentication in an MVC application.
A technical guide on implementing cookie-based authentication in ASP.NET MVC using the new ASP.NET Identity libraries and OWIN.
A guide to migrating an old ASP.NET WebForms app from Forms-Based Authentication to modern Claims-Based Authentication using Thinktecture IdentityServer.