Skip to main content

Small connexion extension to add authentication into spec routes

Project description

Connexion Auth Paths Extended

Small connexion extension to add authentication into spec routes

Installation

Install connexion-auth-paths-extd with pip:

  pip install connexion-auth-paths-extd

Usage/Examples

from connexion.extended.auth_paths_extd import FlaskApp


def create_app():
    connexion_app = FlaskApp(
        __name__,
        specification_dir='.',
        auth_all_paths=True,
        options={
            'swagger_ui': True,
            'auth_all_paths': True
        }
    )

A better exemple is on examples folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

connexion_auth_paths_extd-0.0.1.dev1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page