# blog **Repository Path**: Alex-e/blog ## Basic Information - **Project Name**: blog - **Description**: laravel学习测试 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2018-07-22 - **Last Updated**: 2022-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### 1、SSO单点登录实现 https://gitee.com/Alex-e/blog/tree/master/app/Http/Controllers/SSO ------ ##### 2、auth2.0第三方登录 https://gitee.com/Alex-e/blog/blob/master/app/Http/Controllers/OAuthController.php ------ #### 3、elasticsearch常用操作 https://gitee.com/Alex-e/blog/blob/master/app/Http/Controllers/Home/EsController.php #### 4、JWT token自动续签中间件 https://gitee.com/Alex-e/blog/blob/master/app/Http/Middleware/ValidateJwt.php https://gitee.com/Alex-e/blog/blob/master/app/Http/Middleware/authJWT.php