![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
.. image:: https://badge.fury.io/py/sanic-beskar.svg :target: https://badge.fury.io/py/sanic-beskar :alt: Latest Published Version
.. image:: https://github.com/pahrohfit/sanic-beskar/actions/workflows/main.yml/badge.svg :target: https://github.com/pahrohfit/sanic-beskar/actions/workflows/main.yml :alt: Build Testing Status
.. image:: https://img.shields.io/pypi/pyversions/sanic-beskar.svg :target: https://img.shields.io/pypi/pyversions/sanic-beskar :alt: Supported Python versions
.. image:: https://readthedocs.org/projects/sanic-beskar/badge/?version=latest :target: http://sanic-beskar.readthedocs.io/en/latest/?badge=latest :alt: Documentation Build Status
.. image:: https://codecov.io/gh/pahrohfit/sanic-beskar/branch/master/graph/badge.svg?token=24WAYX4OMT :target: https://codecov.io/gh/pahrohfit/sanic-beskar :alt: Codecov Report
.. image:: https://static.pepy.tech/personalized-badge/sanic-beskar?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads :target: https://pepy.tech/project/sanic-beskar
.. image:: https://api.codacy.com/project/badge/Grade/55f9192c1f584ae294bc1642b0fcc70c :alt: Codacy Badge :target: https://app.codacy.com/gh/pahrohfit/sanic-beskar?utm_source=github.com&utm_medium=referral&utm_content=pahrohfit/sanic-beskar&utm_campaign=Badge_Grade_Settings
.. image:: docs/_static/interrogate_badge.svg :alt: Interrogate Badge :target: http://sanic-beskar.readthedocs.io/en/latest
.. image:: https://img.shields.io/badge/security-bandit-yellow.svg :target: https://github.com/PyCQA/bandit :alt: Security Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Code style: black
sanic-beskar
master <https://github.com/pahrohfit/sanic-beskar/tree/master/sanic_beskar>
_dev <https://github.com/pahrohfit/sanic-beskar/tree/dev/sanic_beskar>
_examples/*.py <https://github.com/pahrohfit/sanic-beskar/tree/master/example>
_This project's beginning was fully lifted from the awesome
Flask-Praetorian <https://github.com/dusktreader/flask-praetorian>
_.
Why beskar <https://starwars.fandom.com/wiki/Beskar>
_? Why not -- what
is better than star wars (provided you ignore the fact the mandolorian
was almost as lame as book of boba fett)?
Superior armour should be used if you want superior protection.
This package aims to provide that. Using token implemented by either
PySETO <https://pyseto.readthedocs.io/en/latest/>
_ or
PyJWT <https://pyjwt.readthedocs.io/en/latest/>
_,
sanic-beskar uses a very simple interface to make sure that the users
accessing your API's endpoints are provisioned with the correct roles for
access.
The goal of this project is to offer simplistic protection, without forcing nonsense, excessivly complicatated implementation, or mandated/opinionated ORM usage. Providing this usability for small scaled Sanic applications, while allowing the flexibility and scalability for enterprise grade solutions, separates this from your other options.
The sanic-beskar package can be used to:
All of this is provided in a very simple to configure and initialize flask
extension. Though simple, the security provided by sanic-beskar is strong
due to the usage of the proven security technology of PASETO or JWT, along with
python's PassLib <http://pythonhosted.org/passlib/>
_ package.
python
versions 3.7+$ pip install sanic-beskar
example/basic.py <https://github.com/pahrohfit/sanic-beskar/tree/master/example/basic.py>
_The complete documentation can be found at the
sanic-beskar home page <http://sanic-beskar.readthedocs.io>
_
FAQs
Strong, Simple, (now async!) and Precise security for Sanic APIs
We found that sanic-beskar 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.