@djangoproject · Post #471 · 10/16/2017, 08:42 AM
https://stxnext.com/blog/2017/09/27/go-go-python-rangers-comparing-python-and-golang/ Go Go Python Rangers - Comparing #Python and #Golang
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #15043 · Aug 9
#go#2fa#authentication#caddy#golang#middleware#nginx#selfhosted#sso#totp#traefik_middleware#typescipt Tinyauth is a simple tool that adds a login screen or OAuth login (Google, Github, etc.) to your Docker apps, making them secure easily. It works with popular reverse proxies like Traefik, Nginx, and Caddy. You can quickly set it up using their documentation and demo, and it supports basic authentication and API access. This helps protect your apps from unauthorized access without complex setup. It’s open source, actively developed, and has a helpful community on Discord for support. Using Tinyauth improves your app security with minimal effort and flexible login options. https://github.com/steveiliop56/tinyauth
@djangoproject · Post #471 · 10/16/2017, 08:42 AM
https://stxnext.com/blog/2017/09/27/go-go-python-rangers-comparing-python-and-golang/ Go Go Python Rangers - Comparing #Python and #Golang
@djangoproject · Post #337 · 05/09/2017, 08:28 AM
http://blog.povilasb.com/posts/python-asyncio-vs-nginx-performance/ While I was playing with Python #asyncio I got interested in how well it performs serving data over TLS compared to #Nginx. So I implemented a small HTTPS server with asyncio:
@djangoproject · Post #512 · 11/30/2017, 12:19 PM
https://michaelwashburnjr.com/django-user-authentication/ User #Authentication with #Django_REST_Framework User Authentication is a simple concept, but when it comes to properly implementing it in Django, things can get complicated. Django offers an abundance of different authentication mechanisms: BasicAuthentication, TokenAuthentication, SessionAuthentication, and various ways to implement custom authentication mechanisms.
@djangoproject · Post #518 · 12/10/2017, 10:01 AM
The library allows us to store user-specific data into a #session object. The session object has a dict-like interface (operations like session[key] = value, value = session[key] etc. are present). Before processing the session in a web-handler, you have to register the session #middleware in #aiohttp.web.Application. https://github.com/aio-libs/aiohttp-session
Hashtags
@thedevs · Post #1304 · 11/24/2018, 01:17 PM
NGiИX config generator generator on steroids. #tools#nginx @thedevs https://kutt.it/kiTMys
@djangoproject · Post #349 · 06/23/2017, 01:35 AM
http://tutos.readthedocs.io/en/latest/source/ndg.html due to the lacks of informations about deploying latests version of #django (1.6+) with latest #nginx (1.6+) using #gunicorn (18+) inside virtual environment of #python 3 (3.4+), it was really hard for a beginner like me to deploy a django project.
@djangoproject · Post #440 · 09/13/2017, 02:50 PM
Using the Django authentication system This document explains the usage of Django’s #authentication system in its default configuration. This configuration has evolved to serve the most common project needs, handling a reasonably wide range of tasks, and has a careful implementation of #passwords and #permissions. For projects where authentication needs differ from the default, #Django supports extensive extension and customization of authentication. https://docs.djangoproject.com/es/1.11/topics/auth/default/
@djangoproject · Post #577 · 03/02/2018, 07:28 PM
http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication #Authentication is the mechanism of associating an incoming request with a set of identifying credentials, such as the user the request came from, or the token that it was signed with. The permission and throttling policies can then use those credentials to determine if the request should be permitted. #REST framework provides a number of authentication schemes out of the box, and also allows you to implement custom schemes. #Django_REST_Framework#Django#DRF
@djangoproject · Post #306 · 04/25/2017, 09:49 AM
http://aiohttp.readthedocs.io/en/stable/deployment.html There are several options for #aiohttp server deployment: Standalone server Running a pool of backend servers behind of #nginx, #HAProxy or other reverse proxy server Using #gunicorn behind of reverse proxy
@thedevs · Post #1408 · 02/22/2019, 07:26 PM
Nginx quick reference, how to improve Nginx performance, security and other important things. #resources#tutorial#nginx#security @thedevs https://kutt.it/ppPwY1