
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
.. image:: https://img.shields.io/pypi/dw/oauth2-proxy.svg :target: https://pypi.python.org/pypi/oauth2-proxy/ :alt: PyPI Downloads
.. image:: https://img.shields.io/pypi/v/oauth2-proxy.svg :target: https://pypi.python.org/pypi/oauth2-proxy/ :alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/l/oauth2-proxy.svg :target: https://pypi.python.org/pypi/oauth2-proxy/ :alt: License
Flask application to serve static files to authenticated users (via OAuth 2 authorization flow).
.. code-block:: bash
$ sudo pip3 install -r requirements.txt
$ python3 -m oauth2_proxy.app
The following environment variables can be used for configuration:
APP_DEBUG
Enable debug output via HTTP by setting this property to true
. Do not set this flag in production.
APP_ROOT_DIR
Directory to serve static files from.
APP_SECRET_KEY
Random secret key to sign the session cookie.
APP_URL
Base URL of the application (needed for OAuth 2 redirect).
CREDENTIALS_DIR
Directory containing client.json
FAQs
OAuth2 proxy with authorization/redirect flow
We found that oauth2-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.