Azure Active Directory Versus Identity Server
A comparison of Azure Active Directory and Identity Server for identity management, focusing on features, setup, and developer experience.
A comparison of Azure Active Directory and Identity Server for identity management, focusing on features, setup, and developer experience.
A guide on unit testing OWIN OAuth middleware for third-party API integration, using Vimeo as an example.
A tutorial on implementing GitHub OAuth login in a Laravel application using the Socialite package for user authentication.
Explores using Policy objects and Extractors in Rails to handle multi-provider OAuth authentication cleanly, moving beyond CanCan/Pundit for authorization.
A tutorial on creating a Python Twitter bot that automatically favorites tweets based on a keyword to help grow followers organically.
A developer details implementing JWT-based session token authentication for a startup's API using Thinktecture.IdentityModel in ASP.NET Web API.
A guide to setting up and testing OAuth providers like Google, Facebook, and Twitter for user login, including local development configuration.
Explains how to use OpenID with Google Apps to secure internal company applications, replacing VPNs for a cleaner authentication workflow.
A tutorial on implementing user authentication in ASP.NET MVC using the RPXNow service, which supports multiple identity providers like Google and Facebook.
Part 4 of a series on building TwitterMatic.net, focusing on implementing OAuth authentication with Twitter's API.