You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ _Libraries for building RESTful and GraphQL APIs._
269
269
-[connexion](https://github.com/spec-first/connexion) - A spec-first framework that automatically handles requests based on your OpenAPI specification.
270
270
-[falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends.
271
271
-[fastapi](https://github.com/fastapi/fastapi) - A modern, fast, web framework for building APIs with standard Python type hints.
272
-
-[sanic](https://github.com/sanic-org/sanic) - A Python 3.6+ web server and web framework that's written to go fast.
272
+
-[sanic](https://github.com/sanic-org/sanic) - A Python web server and web framework that's written to go fast.
273
273
-[strawberry](https://github.com/strawberry-graphql/strawberry) - A GraphQL library that leverages Python type annotations for schema definition.
274
274
-[webargs](https://github.com/marshmallow-code/webargs) - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
275
275
@@ -326,7 +326,7 @@ _Libraries for implementing authentication schemes._
326
326
- JWT
327
327
-[pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
328
328
- Permissions
329
-
-[django-guardian](https://github.com/django-guardian/django-guardian) - Implementation of perobject permissions for Django 1.2+
329
+
-[django-guardian](https://github.com/django-guardian/django-guardian) - Implementation of per-object permissions for Django.
330
330
-[django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
0 commit comments