DutchCodingCompany / filament-socialite

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

Compatible with Stateless Authentication #96

Closed LittleHans8 closed 1 month ago

LittleHans8 commented 2 months ago

Some authentication systems require the use of Stateless Authentication,like Apple:

  1. The apple callback is a post request
  2. apple uses jwt authentication, so it's stateless.
bert-w commented 1 month ago

@LittleHans8 could you test the current implementation and see if it works for your usecase? I dont have any stateless OAuth implementations locally.

LittleHans8 commented 1 month ago

@bert-w Yes, I'm done testing, it works for me.

I'm in the process of getting Apple Login for my website, and Apple Login will only work if I get stateless users.