Download the PHP package nerdzlab/socialite-apple-sign-in without Composer
On this page you can find all versions of the php package nerdzlab/socialite-apple-sign-in. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nerdzlab/socialite-apple-sign-in
More information about nerdzlab/socialite-apple-sign-in
Files in nerdzlab/socialite-apple-sign-in
Package socialite-apple-sign-in
Short Description Extension of laravel/socialite package. Adds apple provider to sign in.
License MIT
Homepage https://github.com/nerdzlab/socialite-apple-sign-in
Informations about the package socialite-apple-sign-in
Sign in with apple
Good solution for implementation auth with apple for REST API. This package is extension of laravel/socialite package, it adds custom apple provider to socialite. It allows you to to create auth with apple flow using only apple's access_token. Package will check if token was not modified by validating token signature.
Installation
You can install the package via composer:
You may publish config if needed:
Usage
To get started you need to add credentials for the apple service in your config/services.php
file.
In case you have several apps, you may add several bundle ids as array.
Package automatically adds 'apple' driver to Socialite. After that you can obtain user data from access_token received from apple.
Package will cache public keys retrieved from apple during auth flow. You may automatically cache public keys by calling command:
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of socialite-apple-sign-in with dependencies
firebase/php-jwt Version ^5.2|^6.0
laravel/socialite Version ^4.0|^5.0
ext-openssl Version *
ext-json Version *