Download the PHP package oskonnikov/laravel-djangoauth-driver without Composer
On this page you can find all versions of the php package oskonnikov/laravel-djangoauth-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oskonnikov/laravel-djangoauth-driver
More information about oskonnikov/laravel-djangoauth-driver
Files in oskonnikov/laravel-djangoauth-driver
Package laravel-djangoauth-driver
Short Description An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2, forked version
License GPL-3.0
Informations about the package laravel-djangoauth-driver
Laravel Django Authentication
An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2 passwords.
Usage
Add the following service provider to the providers section of :
Then change your auth driver to in .
If you prefer to use database driver instead of eloquent use instead of .
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 to in :
Password field size
Default Laravel5 migration for table uses for password field you should increment it to as Django password fields take more space.
Tests for hasher contract
Clone the project then run .
All versions of laravel-djangoauth-driver with dependencies
illuminate/database Version 5.8.*
illuminate/auth Version 5.8.*
illuminate/contracts Version 5.8.*
illuminate/hashing Version 5.8.*