mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -54,4 +54,10 @@ class LoginController extends Controller | ||||
|         } | ||||
|         header('Location:' . $location); | ||||
|     } | ||||
|  | ||||
|     public function check (Request $request) { | ||||
|         return response([ | ||||
|             'data' => $request->session()->get('id') ? true : false | ||||
|         ]); | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -106,6 +106,7 @@ Route::prefix('v1') | ||||
|                 // Login | ||||
|                 Route::post('login', 'Passport\\LoginController@index'); | ||||
|                 Route::get ('token2Login', 'Passport\\LoginController@token2Login'); | ||||
|                 Route::get ('check', 'Passport\\LoginController@check'); | ||||
|                 // Forget | ||||
|                 Route::post('forget', 'Passport\\ForgetController@index'); | ||||
|             }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user