Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Django Coturn is a Django app to synchronize django admins/users with Coturn's user database. Coturn is an open-source STUN/TURN/ICE server.
.. image:: https://img.shields.io/pypi/v/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/pypi/pyversions/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/pypi/djversions/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/pypi/wheel/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/discord/773452324692688956 :target: https://discord.gg/Y848Hq9xKh .. image:: https://img.shields.io/github/workflow/status/bitsy-ai/django-coturn/Test :target: https://github.com/bitsy-ai/django-coturn .. image:: https://img.shields.io/codecov/c/github/bitsy-ai/django-coturn :target: https://github.com/bitsy-ai/django-coturn .. image:: https://img.shields.io/github/release-date-pre/bitsy-ai/django-coturn :target: https://github.com/bitsy-ai/django-coturn
Django Coturn is a Django app to synchronize django admins/users with Coturn's user database. Coturn is an open-source STUN/TURN/ICE server.
https://github.com/coturn/coturn
Add "coturn" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... "django_coturn", ]
Create an empty coturn
database
Configure the following in your settings.py::
DATABASES = { ... your default and auxilary database configs "coturn": env.db("COTURN_DATABASE_URL") }
COTURN_REALM = "turn.example-domain.com" COTURN_SECRET_KEY = "127 character secret"
Run python manage.py migrate
to create the coturn models.
Run python manage.py sync_coturn {turn_secret,turn_admin,turn_user}
to sync users/admin data to coturn tables. You only need to do this once per table - subsequent updates will be handled by Django signals.
Create a development environment (requires docker & docker-compose)::
make dev
Run tests and generate a coverage report::
make tests
Run black
linter::
make lint
FAQs
Django Coturn is a Django app to synchronize django admins/users with Coturn's user database. Coturn is an open-source STUN/TURN/ICE server.
We found that django-coturn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.