
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
|Pypi| |Build Status| |Codecov|
GraphQL implementation of the Django <https://github.com/django/django>
_
authentication system.
It abstract all the basic logic of handling user accounts out of your app, so you don't need to think about it and can get up and running faster.
No lock-in. When you are ready to implement your own code or this package is not up to your expectations , it's easy to extend or switch to your implementation.
Documentation is available at read the docs <https://django-graphql-auth.readthedocs.io/en/latest/>
_.
Awesome docs <https://django-graphql-auth.readthedocs.io/en/latest/>
_Relay <https://github.com/facebook/relay>
_Django GraphQL JWT <https://github.com/flavors/django-graphql-jwt>
_)Django Filter <https://github.com/carltongibson/django-filter>
_ and Graphene Django <https://github.com/graphql-python/graphene-django>
_)success
and errors
Handling user accounts becomes super easy.
.. code:: bash
mutation { register( email: "new_user@email.com", username: "new_user", password1: "123456super", password2: "123456super", ) { success, errors, token, refreshToken } }
Check the status of the new user:
.. code:: python
u = UserModel.objects.last() u.status.verified
During the registration, an email with a verification link was sent.
.. code:: bash
mutation { verifyAccount( token:"", ) { success, errors } }
Now user is verified.
.. code:: python
u.status.verified
Check the installation guide <https://django-graphql-auth.readthedocs.io/en/latest/installation/>
_ or jump to the quickstart <https://django-graphql-auth.readthedocs.io/en/latest/quickstart/>
. Or if you prefer, browse the api <https://django-graphql-auth.readthedocs.io/en/latest/api/>
.
.. |Pypi| image:: https://img.shields.io/pypi/v/django-graphql-auth.svg :target: https://pypi.org/project/django-graphql-auth/ :alt: Pypi
.. |Build Status| image:: https://travis-ci.com/pedrobern/django-graphql-auth.svg?branch=master :target: https://travis-ci.com/pedrobern/django-graphql-auth :alt: Build Status
.. |Codecov| image:: https://img.shields.io/codecov/c/github/pedrobern/django-graphql-auth/master.svg?style=flat-square :target: https://codecov.io/gh/pedrobern/django-graphql-auth/ :alt: Codecov
FAQs
Graphql and relay authentication with Graphene for Django.
We found that django-graphql-auth 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.