Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seznam.cz Provider for Laravel Socialite

Simple package that extends Laravel Socialite with Seznam.cz provider, it can be easily used for user authentication via Seznam.cz, which is quite common in Czechia.

Installation & Basic Usage

Install this package via composer:

composer require pajaeu/socialite-seznam

Add configuration to config/services.php

'seznam' => [    
  'client_id' => env('SEZNAMCZ_CLIENT_ID'),  
  'client_secret' => env('SEZNAMCZ_CLIENT_SECRET'),  
  'redirect' => env('SEZNAMCZ_REDIRECT_URI') 
],

Usage

You should now be able to use the provider like you would regularly use Socialite:

return Socialite::driver('seznam')->redirect();

About

Seznam.cz provider for Laravel Socialite

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages