Skip to main content

proxy auth for python app

Note: this package is still in beta. Use with caution !

Quickstart

Install proxyauth:

pip install proxyauth

Use proxy:

app = Flask(__name__)

app.config['SECRET_KEY'] = 'helloworld'
app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(days=7)
# app.config['SESSION_COOKIE_HTTPONLY'] = True

@proxy_all(app=app, auth_url='http://127.0.0.1:7000')
def proxy(path):
    return request.url.replace(':7001', ':7002')


@app.route('/error', methods=['GET'])
def cookie():
    return 'error'

@app.route('/session', methods=['GET'])
def setup():
    return session_setup()

if __name__ == '__main__':
    app.run(port=7001)

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proxyauth-2018.8.3-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file proxyauth-2018.8.3-py3-none-any.whl.

File metadata

  • Download URL: proxyauth-2018.8.3-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for proxyauth-2018.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a8b4809bc48e43ebeb9fccad1c6335a6d609e619399662dcbd9456364f77ea25
MD5 79ce3119cb208841e59aba77ff36b6d9
BLAKE2b-256 ec1c78e1c76967877e3731cb16c06df07d42600a4fc5167e1756119b760de707

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2018.8.3 This release

1 file

2018.8.2

1 file

2018.8.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page