News

Setup Social Auth Redirects with Laravel Herd

Published

When building Laravel apps locally with Laravel Herd, you get a seamless development experience using .test domains. But if you’ve ever tried implementing social authentication — like “Login with GitHub” or “Sign in with Google” — you’ve likely hit a frustrating wall:

Many OAuth providers don’t accept .test domains for callback URLs.

That’s because .test isn’t a public top-level domain, and social platforms like GitHub, Google, and Apple typically require real, publicly accessible URLs for their OAuth flows.

To help with this, the Herd team just created a web service named fwd.host that acts as a proxy for your redirects and does not store any data. You can use this service to handle social authentication callbacks by setting your callback URLs to:

https://fwd.host/http://your-herd-site.test/auth/callback

The social authentication provider will redirect to the domain fwd.host, which will then forward the request to your Herd site.

Of course, if you need something fancier with a lot more options, check out Expose.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Major performance improvements & security patches for Filament v4.12 and v5.7! image

Major performance improvements & security patches for Filament v4.12 and v5.7!

Read article
Laravel Boost Project Rules: Teach Agents Your Conventions image

Laravel Boost Project Rules: Teach Agents Your Conventions

Read article
Extract an Image's Dominant Color in Laravel image

Extract an Image's Dominant Color in Laravel

Read article
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article