Skip to content

ericivan/github-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

基本配置

app.php 加入 \Github\GithubServiceProvider::class,

aliases 加入 Facade 'Github' => \Github\Facades\Github::class,

serives.php 中加入配置项

        'github'=>[
            'client_id' => 'client_id',
            'client_secret' => 'client_secret',
            'redirect_url' => 'redirect_url',
    ]

基本使用

获取登录跳转地址

    Github::with('github')->redirect();

回调地址获取登录用户

    $user=Github::with('github')->user();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages