EscolaLMS/Auth

View on GitHub
env/openapi/config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * @OA\Info(title="EscolaLMS", version="0.0.1")
 *
 * @OA\SecurityScheme(
 *      securityScheme="passport",
 *      in="header",
 *      name="bearerAuth",
 *      type="http",
 *      scheme="bearer",
 *      bearerFormat="JWT",
 * )
 */