Download the PHP package rs/socialite-doccheck without Composer
On this page you can find all versions of the php package rs/socialite-doccheck. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rs/socialite-doccheck
More information about rs/socialite-doccheck
Files in rs/socialite-doccheck
Package socialite-doccheck
Short Description DocCheck
License MIT
Homepage https://github.com/rs/socialite-doccheck
Informations about the package socialite-doccheck
DocCheck Authentication
With the DocCheck Login you are able to very simply establish a protected area on your site, which is only accessible to (medical) professionals The DocCheck password protection is an identification service for medical sites which is compliant with the German law for pharmaceutical commercial information HWG (Heilmittelwerbegesetz)
Installation
You can install the package via composer:
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):
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Param Dhaliwal
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.