PHPackages                             oskonnikov/laravel-djangoauth-driver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. oskonnikov/laravel-djangoauth-driver

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

oskonnikov/laravel-djangoauth-driver
====================================

An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2, forked version

v2.0(3y ago)04GPL-3.0PHPPHP ^7.1.3

Since Nov 25Pushed 3y agoCompare

[ Source](https://github.com/oskonnikov/Laravel-Djangoable-Auth)[ Packagist](https://packagist.org/packages/oskonnikov/laravel-djangoauth-driver)[ RSS](/packages/oskonnikov-laravel-djangoauth-driver/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Laravel Django Authentication
=============================

[](#laravel-django-authentication)

An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2 passwords.

Usage
-----

[](#usage)

Add the following service provider to the providers section of `config/app.php` :

```
Jobinja\Djangoauth\DjangoauthServiceProvider::class
```

Then change your auth driver to `djangoauth` in `config/auth.php`.

If you prefer to use database driver instead of eloquent use `djangoauth_database` instead of `djangoauth` .

### Refreshing passwords on first login

[](#refreshing-passwords-on-first-login)

By default after the first login of the user **using a password**, user's password is rehashed based on your laravel hasher contract. If you don't wat this you can disable it by setting `rehash_django` to `false` in `config/auth.php` :

```
// auth.php
//...
'rehash_django' => false,
//...
```

### Password field size

[](#password-field-size)

Default Laravel5 migration for `users` table uses `VARCHAR(60)` for password field you should increment it to `100` as Django password fields take more space.

#### Tests for hasher contract

[](#tests-for-hasher-contract)

Clone the project then run `vendor/bin/phpunit`.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2412 days

Total

2

Last Release

1459d ago

Major Versions

v1.0 → v2.02022-07-03

PHP version history (2 changes)v1.0PHP &gt;=5.5.9

v2.0PHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac71c65d6b053239764bc36a5578232e89e3106f49435628cef5114ad29521a7?d=identicon)[anders2014](/maintainers/anders2014)

---

Top Contributors

[![oskonnikov](https://avatars.githubusercontent.com/u/22006002?v=4)](https://github.com/oskonnikov "oskonnikov (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oskonnikov-laravel-djangoauth-driver/health.svg)

```
[![Health](https://phpackages.com/badges/oskonnikov-laravel-djangoauth-driver/health.svg)](https://phpackages.com/packages/oskonnikov-laravel-djangoauth-driver)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.5k91.9M588](/packages/laravel-passport)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M186](/packages/laravel-ai)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
