Custom user authentication in Django, with tests

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • django-rbac

  • In the previous part, we created a custom user model in Django. In this part, I'd like to show how to roll custom authentication. Neither custom user model nor custom authentication are required for the granular role-based access control, but I'd like this series to be a complete tour of authentication and authorization in Django. The code accompanying the series can be found in GitHub. So let's get started!

  • Django

    The Web framework for perfectionists with deadlines.

  • By default, Django uses ModelBackend as the only authentication backend. It's instructive to look into the implementation of ModelBackend in GitHub:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • An Introduction to Testing with Django for Python

    2 projects | dev.to | 14 Feb 2024
  • Where can I create a website for free (no domain needed, basic server hosting, not something like Wix)

    1 project | /r/learnprogramming | 11 Dec 2023
  • I like this docstring from django source code

    1 project | /r/django | 10 Dec 2023
  • No changes detected with MAKEMIGRATION command after moving to new DataBase

    2 projects | /r/django | 9 Dec 2023
  • What should I learn

    1 project | /r/learnprogramming | 6 Dec 2023