Download the PHP package jobinja/laravel-djangoable-auth without Composer
On this page you can find all versions of the php package jobinja/laravel-djangoable-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jobinja/laravel-djangoable-auth
More information about jobinja/laravel-djangoable-auth
Files in jobinja/laravel-djangoable-auth
Package laravel-djangoable-auth
Short Description An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2
License GPLv3.0
Informations about the package laravel-djangoable-auth
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-djangoable-auth with dependencies
illuminate/database Version 5.1.*
illuminate/auth Version 5.1.*
illuminate/contracts Version 5.1.*
illuminate/hashing Version 5.1.*