Taylor Otwell
|
22c2c3843a
|
Merge pull request #1485 from laravie/feature/auth-events
Add 'laravel.auth: login' and 'laravel.auth: logout' events.
|
2013-01-05 11:58:57 -08:00 |
Taylor Otwell
|
6ba37d42d8
|
Fix token bug in eloquent auth driver.
|
2013-01-05 13:28:55 -06:00 |
crynobone
|
ba661e5768
|
Add 'laravel.auth: login' and 'laravel.auth: logout' events.
Signed-off-by: crynobone <crynobone@gmail.com>
|
2012-11-29 22:14:16 +08:00 |
Jason Lewis
|
d164cca4aa
|
Merge pull request #1211 from franzliedke/patch-45
[Auth] Fix hardcoded "id" column in Eloquent driver (#1207)
|
2012-10-20 17:29:37 -07:00 |
crynobone
|
fd86aef25a
|
Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket
Signed-off-by: crynobone <crynobone@gmail.com>
|
2012-10-15 23:35:53 +08:00 |
Joel Marcotte
|
3d51200a88
|
Auth token now nulled on logout
Signed-off-by: Joel Marcotte <skaner@gmail.com>
|
2012-09-20 17:54:28 -04:00 |
Franz Liedke
|
fedc9fc45e
|
Fix hardcoded "id" column in Eloquent auth driver.
|
2012-09-12 14:48:07 +03:00 |
Franz Liedke
|
8e145e6c11
|
Make Eloquent auth driver respect a model's custom password getter.
This fixes #1140.
|
2012-09-04 16:36:17 +03:00 |
Taylor Otwell
|
5b14091e3f
|
Merge pull request #858 from franzliedke/patch-14
[Auth] Eloquent driver does now allow login via object
|
2012-09-01 16:58:57 -07:00 |
Dayle Rees
|
2c6ed23b45
|
fixing merge issues
|
2012-07-27 13:52:15 +01:00 |
Jeffrey Way
|
c659a92603
|
Fix typo in comments
|
2012-07-10 11:03:55 -04:00 |
Jeffrey Way
|
ff525b995b
|
Add "remember" to ignore list
Signed-off-by: Jeffrey Way <jeffrey@envato.com>
|
2012-07-09 22:18:32 -04:00 |
Jeffrey Way
|
9dd964c316
|
Extend Auth::laravel to accept multiple params to verify
Signed-off-by: Jeffrey Way <jeffrey@envato.com>
|
2012-07-09 21:34:17 -04:00 |
Franz Liedke
|
0f5de55d5b
|
Fix variable name in retrieve() method for Eloquent auth driver.
|
2012-06-25 14:53:15 +03:00 |
Franz Liedke
|
9572329c49
|
Allow Auth::login() to work with objects for the Eloquent driver.
|
2012-06-25 02:36:20 +03:00 |
Chris Berthe
|
fafaf724b0
|
Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
|
2012-06-13 11:19:20 -04:00 |
Taylor Otwell
|
9d99cfad7e
|
added default to config call to get auth password for backwards compatibility.
|
2012-06-03 19:53:21 -05:00 |
Colin Viebrock
|
bb2afdf559
|
Fix for Fluent ... this should work, I'd think
|
2012-05-30 11:40:21 -05:00 |
Colin Viebrock
|
62afdf3f2c
|
Allow password field to be configured.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
|
2012-05-23 22:47:18 -05:00 |
Phill Sparks
|
8edd8fcbec
|
Fixed line endings.
Signed-off-by: Phill Sparks <me@phills.me.uk>
|
2012-05-23 11:21:07 +01:00 |
Colin Viebrock
|
97de6ef1d7
|
Order of elements for Cookie::put() was wrong
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
|
2012-05-10 22:04:56 -05:00 |
Colin Viebrock
|
be5eaf946c
|
Driver uses Laravel\Crypter
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
|
2012-05-08 21:17:50 -05:00 |
Taylor Otwell
|
2ccfa7b8f6
|
Fix return for real.
|
2012-05-02 16:06:20 -05:00 |
Taylor Otwell
|
f0a6111021
|
Set token.
|
2012-05-02 15:41:38 -05:00 |
Taylor Otwell
|
b10b8e3862
|
Import Config class.
|
2012-05-02 15:06:15 -05:00 |
Taylor Otwell
|
f050f7731b
|
Refactoring some auth code.
|
2012-05-01 13:12:32 -05:00 |
Taylor Otwell
|
60ab0b66e7
|
Finishing up auth re-write.
|
2012-05-01 11:33:10 -05:00 |
Taylor Otwell
|
60f61f318b
|
refactored authentication system.
|
2012-05-01 10:50:33 -05:00 |
Taylor Otwell
|
c49e1964a9
|
Working on base authentication driver.
|
2012-05-01 09:37:22 -05:00 |