laravel / socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.

Home Page:https://laravel.com/docs/socialite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] JWT Support

raif-ar opened this issue · comments

commented

I was using Socialite with Google Sign-in for my Authentication.
Google was giving me OAuth tokens as response. Now, it is deprecating and they are migrating to a newer version which instead returns to me JWT id tokens.

When I did the migration, Socialite was unable to validate it correctly and always threw an error.

Do you guys have any plan to support JWT?

Right now, we have no plans for this ourselves, sorry.