DutchCodingCompany / filament-socialite

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

Compatible with Apple Login #92

Closed LittleHans8 closed 2 months ago

LittleHans8 commented 2 months ago
  1. The apple callback is a post request
  2. apple uses jwt authentication, so it's stateless.

https://socialiteproviders.com/Apple/#installation-basic-usage

bert-w commented 2 months ago

We likely want to provide a plugin option to apply ->stateless() to the socialite driver instead of hardcoding it for Apple only.