1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-12 03:56:24 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
c5e3bd191d Postpone validation of new password in 'Auth#resetPassword' 2016-08-20 21:48:53 +02:00
53e1a5c1fc Add method 'resetPassword' 2016-08-20 21:09:56 +02:00
f3ca69010f Add method 'forgotPassword' 2016-08-20 21:09:34 +02:00
da8d22c599 Create internal method 'Auth#createPasswordResetRequest' 2016-08-20 21:00:49 +02:00
c993657f20 Improve PHPDoc 2016-08-20 20:57:48 +02:00
cce172442d Rename constant 2016-08-20 20:57:00 +02:00
aef2672942 Refactor validation of passwords 2016-08-20 20:55:50 +02:00
e0b69ee33c Update database schema 2016-08-20 20:51:38 +02:00
40a5518ba7 Rename parameters 2016-08-20 20:42:54 +02:00
2441ea2dc1 Improve PHPDoc 2016-08-20 20:39:29 +02:00
07f60d6610 Improve PHPDoc 2016-08-20 18:24:14 +02:00
35cc941f20 Add internal method 'Auth#getOpenPasswordResetRequests' 2016-08-20 18:07:18 +02:00
f4b464a6f8 Add internal method 'Auth#getUserIdByEmailAddress' 2016-08-20 18:06:36 +02:00
bfa5b5e6b1 Refactor announcement of exceeded request limit to the client 2016-08-20 18:04:01 +02:00
9d2d764ced Refactor validation of email addresses 2016-08-20 17:05:47 +02:00
f45e0f1cb4 Explain 'remember me' feature more clearly 2016-07-25 12:06:14 +02:00
b9b6d46b4d Change the license from 'Apache License 2.0' to 'MIT License' v3.0.0 2016-07-21 17:42:31 +02:00
ad2c338f6a Re-format 'Migration.md' 2016-07-21 17:36:32 +02:00
1f8df61168 Update dependencies 2016-07-21 17:33:48 +02:00
ab55f7e562 Explain how to manage session data conveniently v2.1.0 2016-07-20 00:37:48 +02:00
e768243798 Update dependencies 2016-07-20 00:36:18 +02:00
27a3990472 Only throttle login attempts that have wrong credentials v2.0.1 2016-07-09 00:58:04 +02:00
1979799480 Improve cookie handling to fix domain issues and add same-site flag 2016-07-09 00:48:55 +02:00
fff4a59be5 Include 'delight-im/cookie' as dependency for cookie handling 2016-07-09 00:14:51 +02:00
122e2b8006 Add missing '+' 2016-06-07 19:04:31 +02:00
bebd3efce2 Use Composer autoloader for tests as well 2016-06-07 19:01:56 +02:00
00dc8c3158 Enable both error reporting and assertions in 'tests' 2016-06-07 18:48:50 +02:00
e074474955 Fix list of dependencies 2016-06-07 18:42:29 +02:00
44907f3489 Add 'NOTICE' 2016-04-02 22:25:14 +02:00
ea27e8b7d3 Remove trailing newline in 'LICENSE' 2016-04-02 22:24:51 +02:00
354b34a724 Add migration guide for switch from v1.x.x to v2.x.x v2.0.0 2016-02-24 01:00:23 +01:00
3e083f9f17 Update '.editorconfig' to indent with spaces in Markdown 2016-02-24 01:00:08 +01:00
227c37e2b5 Update MySQL database schema to ensure full Unicode support 2016-02-24 00:59:50 +01:00
5403270ed2 Always use 'bindValue' instead of 'bindParam' with PDO 2016-02-24 00:59:18 +01:00
b1fa54efc9 Automatically re-hash passwords over time when necessary v1.1.0 2016-02-22 18:55:41 +01:00
2f8aaec42a Remove unnecessary code from MySQL data structure file 2016-02-22 18:53:52 +01:00
e5777f8bf2 Add '.editorconfig' 2016-01-28 16:26:01 +01:00
4c27a5a185 Update copyright notices 2016-01-28 16:25:45 +01:00
90fe75c27e Fix referenced namespaces to be absolute or fully qualified 2015-10-30 09:34:32 +01:00
5a954ca13b Improve usage guide and feature list in documentation 2015-10-29 21:07:09 +01:00
6ca92ecb11 Reduce visibility of 'throttle(...)' method that wrongly was 'public' 2015-10-29 20:59:39 +01:00
6ced34789f Update project tagline 2015-10-29 20:18:02 +01:00
51a19cc79d Improve installation guide in 'README' v1.0.0 2015-10-24 15:39:28 +02:00
4b1df6e291 Initial commit 2015-10-20 14:26:38 +02:00