Download the PHP package chillrend/pnj-socialite-provider without Composer
On this page you can find all versions of the php package chillrend/pnj-socialite-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chillrend/pnj-socialite-provider
More information about chillrend/pnj-socialite-provider
Files in chillrend/pnj-socialite-provider
Download chillrend/pnj-socialite-provider
More information about chillrend/pnj-socialite-provider
Files in chillrend/pnj-socialite-provider
Vendor chillrend
Package pnj-socialite-provider
Short Description A Socialite Provider for PNJ SSO
License MIT
Package pnj-socialite-provider
Short Description A Socialite Provider for PNJ SSO
License MIT
Please rate this library. Is it a good library?
Informations about the package pnj-socialite-provider
PNJ SSO Provider
Installation & Basic Usage
Please see the Base Installation Guide, then follow the provider specific instructions below.
Add configuration to config/services.php
Add provider event listener
Configure the package's listener to listen for SocialiteWasCalled
events.
Add the event to your listen[]
array in app/Providers/EventServiceProvider
. See the Base Installation Guide for detailed instructions.
Usage
You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
Returned User fields
sub
the system internal ID of a userident
the user's internal identification number (can be a NIP (Nomor Induk Pegawai) or NIM (Nomor Induk Mahasiswa) depends on the access level of the user)name
the user's full nameemail
the user's email addressaddress
the user's home addressdate_of_birth
the user's date of birthdepartment_and_level
the user's access level and the user's department (in array)access_level
the user's access level in a departmentaccess_level_name
the 'human readable' representation of the access leveldepartment
the user's departmentdepartment_short_name
the department short abbreviation or name
JSON Representative of the user fields
All versions of pnj-socialite-provider with dependencies
PHP Build Version
Package Version
The package chillrend/pnj-socialite-provider contains the following files
Loading the files please wait ....