larawizard.hashnode.devBuilding SSO Between Laravel and WordPress Using a Generic OAuth2 Client PackageIn my previous post, I talked about building a WordPress plugin that acts as an OAuth2 server, enabling WordPress to authenticate users securely for external applications. That naturally led to the next question: How do I consume this OAuth2 server ...Jan 24·3 min read
larawizard.hashnode.devSingle Sign-On Between WordPress and Laravel Using OAuth 2.0In my previous post, I explained how a Laravel application can consume data from WordPress using the WordPress REST API. That approach works well for content-driven use cases, but the moment you want authentication, user identity, and secure session ...Jan 16·4 min read
larawizard.hashnode.devWordPress as a CMS for Laravel & Vue: A Perfect Hybrid Solution"Let’s be honest: building a custom CMS in Laravel feels like reinventing the wheel, but building a complex application inside WordPress feels like trying to drive a car with a flat tire. As developers, we often feel forced to choose. Do we want the ...Jan 9·2 min read