Skip to content

TheColvinCo/api-platform-swagger-decorator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger decorator for API Platform, adding JWT endpoints

Install the package:

composer req colvin/api-platform-swagger-decorator

Define the service in services.yaml:

services:
    Colvin\Swagger\Decorator:
        decorates: 'api_platform.openapi.factory'
        autoconfigure: false

If you go to your api docs page you should now see a new group with JWT authentication and refresh endpoints.

About

Swagger decorator for API Platform, adding JWT endpoints

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages