laravel login logout register laravel payload swagger l5-swagger
/**
*
* security={ {"bearer": {} }},
*
**/
/////////////////
/**
* @OA\Info(
* version="1.0",
* title="Green Shop Api Documentaion By Swagger",
* description="Behyar Service Api Documentation (BehAndam Admin Services)",
* @OA\Contact(
* email="[email protected]"
* ),
* @OA\License(
* name="Apache 2.0",
* url="http://www.apache.org/licenses/LICENSE-2.0.html"
* )
* )
*
* @OA\Server(
* url="https://beitak.ir",
* description="LOCAL API Server"
* )
*
* @OA\Server(
* url="http://localhost:8000",
* description="LOCAL API Server"
* )
*
* @OA\SecurityScheme(
* name="BearerAuth",
* type="http",
* description="Use username & password for token",
* securityScheme="bearer",
* scheme="bearer",
* )
*
* @OA\Tag(
* name="Behyar Service",
* description="API Endpoints of Green Shop Service"
* )
*
*/