Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Integration for draw/swagger into symonfy 2 bundle

License

Notifications You must be signed in to change notification settings

kfzteile24/swagger-bundle

 
 

Repository files navigation

swagger-bundle

Integration for draw/swagger into symfony 2 bundle

To use swagger with the api_key as the authorization token for lexik jwt authentication just enable the query_parameter:

security:
    firewalls:
        api:
            pattern:   ^/api/
            stateless: true
            lexik_jwt:
                query_parameter:
                    enabled: true
                    name: api_key

About

Integration for draw/swagger into symonfy 2 bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%