@asncode “Share” the site so it gets a publicly-accessible URL, that you can then use in OAuth callback URLs: https://herd.laravel.com/docs/macos/sites/sharing-sites
Apr 2, 2025
5
Level 7
Laravel Socialite through Laravel herd !?
Hello i want to test and implement Laravel socialite but :
- local herd environment deliver address like this : xxxxxx.test or xxxx.dev
- Google developer console need endpoint in localhost:80 (with port) for testing local ...
I have this error: Redirection not valid : l'URI must end with .com ou .org.... something like that
How can i test my socialite integration ?? Exist an alternative to Herd ?
Thanks you.
Level 80
@AsnCode You can use ngrok instead to start a tunnel, and they give you one free unique subdomain that will not change across invocations.
I’m not a fan of things like Herd, and personally use Docker (along with ngrok) when I need to test webhook handling from services like Stripe, OAuth callbacks, etc.
1 like
Please or to participate in this conversation.