DutchCodingCompany / filament-socialite

Add OAuth login through Laravel Socialite to Filament.
MIT License
141 stars 36 forks source link

Never use SPA mode for oauth links + spacing #85

Closed bert-w closed 4 months ago

bert-w commented 4 months ago

This PR fixes the oauth redirect when in Filament SPA mode, by setting a specific property on the button added in ^3.2.44. This fixes a CORS issue since the oauth request is now no longer sent via XHR.

It also changes the "or login via" spacing a bit on the login page:

old: image

new: image