Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
serdud committed Mar 29, 2023
1 parent 385523a commit 5a2165e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ You should now be able to use the provider like you would regularly use Socialit
```php
return Socialite::driver('google-one-tap')->stateless()->userFromToken($token);
```
> **Note**
> Use `google` driver name if you're using version < 2.0.0
> **Note**
> The token is returned in the `credential` field
> Use `google` driver name if you're using version < 2.0.0
### Returned User fields

Expand Down

0 comments on commit 5a2165e

Please sign in to comment.