PHPackages                             jobinja/laravel-djangoable-auth - 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. jobinja/laravel-djangoable-auth

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

jobinja/laravel-djangoable-auth
===============================

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

v1.0(10y ago)93.2k5GPLv3.0PHPPHP &gt;=5.5.9

Since Nov 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/TeamJobinja/Laravel-Djangoable-Auth)[ Packagist](https://packagist.org/packages/jobinja/laravel-djangoable-auth)[ RSS](/packages/jobinja-laravel-djangoable-auth/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (6)Versions (2)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\Djangoable\DjangoableServiceProvider::class
```

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

If you prefer to use database driver instead of eloquent use `djangoable_database` instead of `djangoable` .

### 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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3822d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ce48e840de2a338377b9c076bb90fc36407b3264bc91bda3ecb9248d57b193f?d=identicon)[jobinja](/maintainers/jobinja)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jobinja-laravel-djangoable-auth/health.svg)

```
[![Health](https://phpackages.com/badges/jobinja-laravel-djangoable-auth/health.svg)](https://phpackages.com/packages/jobinja-laravel-djangoable-auth)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[laragear/two-factor

On-premises 2FA Authentication for out-of-the-box.

339785.3k8](/packages/laragear-two-factor)[alajusticia/laravel-logins

Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser

2011.0k](/packages/alajusticia-laravel-logins)

PHPackages © 2026

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