Marco
|
663268c712
|
Use full and valid HTML page markup in tests
|
2024-08-16 09:15:50 +02:00 |
|
Marco
|
bf64593ebf
|
Emphasize that spaces or special chars are fine in supplied OTPs
|
2024-08-16 07:12:45 +02:00 |
|
Marco
|
960dc7ffdc
|
Display masked recipients for OTPs as well in tests
|
2024-08-16 07:10:55 +02:00 |
|
Marco
|
ff3038386c
|
Additionally pass masked recipients to 'SecondFactorRequiredException'
|
2024-08-16 07:08:14 +02:00 |
|
Marco
|
0e82d095cf
|
Accept masked SMS/email recipients in 'SecondFactorRequiredException'
|
2024-08-16 07:06:42 +02:00 |
|
Marco
|
ceac62c3f3
|
Swap order of arguments for 'addSmsOption' and 'addEmailOption'
|
2024-08-16 07:02:38 +02:00 |
|
Marco
|
e5ccc81988
|
Always cast integers from database to 'int' before strict comparisons
|
2024-08-16 06:55:59 +02:00 |
|
Marco
|
2a37898560
|
Create function 'PhoneNumber::mask'
|
2024-08-16 06:46:26 +02:00 |
|
Marco
|
a25b57cd7b
|
Create function 'EmailAddress::mask'
|
2024-08-16 06:44:17 +02:00 |
|
Marco
|
e5bc48eaa6
|
Prefer numerical OTPs for setup and usage of 2FA via SMS and email
|
2024-07-04 17:58:22 +02:00 |
|
Marco
|
d2602121ab
|
Delete OTPs from incomplete attempts to set up 2FA
|
2024-07-04 13:53:07 +02:00 |
|
Marco
|
eba7cd2657
|
Extract sanitization of OTP values into separate method
|
2024-07-04 13:35:27 +02:00 |
|
Marco
|
2ffe09c52e
|
Prevent text in README from being detected by tooling
|
2024-06-14 14:18:12 +02:00 |
|
Marco
|
75c372198d
|
Add tests for method 'Auth#enableTwoFactorViaEmail'
|
2024-06-14 13:34:28 +02:00 |
|
Marco
|
4dc67aaa30
|
Add tests for method 'Auth#enableTwoFactorViaSms'
|
2024-06-14 13:03:14 +02:00 |
|
Marco
|
87c4ad0b92
|
Improve language
|
2024-06-11 12:19:36 +02:00 |
|
Marco
|
aebaea128b
|
Implement 'enableTwoFactorViaEmail' using 'enableTwoFactor'
|
2024-06-11 11:40:37 +02:00 |
|
Marco
|
0f71c335e6
|
Implement 'enableTwoFactorViaSms' using 'enableTwoFactor'
|
2024-06-11 11:12:04 +02:00 |
|
Marco
|
1f231d0a94
|
Re-implement 'enableTwoFactorViaTotp' using 'enableTwoFactor'
|
2024-06-11 11:06:17 +02:00 |
|
Marco
|
e447e972af
|
Turn 'enableTwoFactorViaTotp' into generalized 'enableTwoFactor'
|
2024-06-11 09:49:26 +02:00 |
|
Marco
|
9464d754bd
|
Add tests for method 'Auth#prepareTwoFactorViaEmail'
|
2024-04-04 19:52:29 +02:00 |
|
Marco
|
804141f1d4
|
Add tests for method 'Auth#prepareTwoFactorViaSms'
|
2024-04-04 19:51:18 +02:00 |
|
Marco
|
8b870567e7
|
Update documentation for 'provideOneTimePasswordAsSecondFactor'
|
2024-04-04 19:46:57 +02:00 |
|
Marco
|
b0965525de
|
Implement 'prepareTwoFactorViaEmail' using 'prepareTwoFactor'
|
2024-04-04 19:42:23 +02:00 |
|
Marco
|
ea7b1208ad
|
Implement 'prepareTwoFactorViaSms' using 'prepareTwoFactor'
|
2024-04-04 19:39:54 +02:00 |
|
Marco
|
0ff92ce870
|
Re-implement 'prepareTwoFactorViaTotp' using 'prepareTwoFactor'
|
2024-04-04 19:34:24 +02:00 |
|
Marco
|
c249c3b060
|
Turn 'prepareTwoFactorViaTotp' into generalized 'prepareTwoFactor'
|
2024-04-04 19:25:11 +02:00 |
|
Marco
|
e266178f95
|
Extract code into separate 'generateAndStoreRandomOneTimePassword'
|
2024-04-04 19:09:40 +02:00 |
|
Marco
|
c21f59d4d5
|
Use method 'Auth#isWaitingForSecondFactor' in tests
|
2024-04-04 19:03:06 +02:00 |
|
Marco
|
68f5b23fc5
|
Implement method 'Auth#isWaitingForSecondFactor'
|
2024-04-04 19:01:43 +02:00 |
|
Marco
|
4d92ca24c2
|
Add SQLite schema for new tables 'users_2fa' and 'users_otps'
|
2024-04-04 18:48:51 +02:00 |
|
Marco
|
8f249d0080
|
Add PostgreSQL schema for new tables 'users_2fa' and 'users_otps'
|
2024-04-04 17:47:08 +02:00 |
|
Marco
|
96b72f0be9
|
Add MySQL schema for new tables 'users_2fa' and 'users_otps'
|
2024-04-02 18:57:57 +02:00 |
|
Marco
|
bc15776348
|
Require 'delight-im/otp' as dependency
|
2024-04-02 16:03:12 +02:00 |
|
Marco
|
9cab58ecb4
|
Add tests for 'Auth#provideOneTimePasswordAsSecondFactor'
|
2024-04-02 14:39:23 +02:00 |
|
Marco
|
561d6cd450
|
In tests show whether 2FA is currently pending for any user
|
2024-04-02 13:52:22 +02:00 |
|
Marco
|
e919eec2a9
|
Add tests for 'Auth#enableTwoFactorViaTotp'
|
2024-04-01 14:15:11 +02:00 |
|
Marco
|
8b0f5f3407
|
Add tests for 'Auth#prepareTwoFactorViaTotp'
|
2024-04-01 09:37:38 +02:00 |
|
Marco
|
3c7e17fca8
|
Handle 'SecondFactorRequiredException' in four relevant cases in tests
|
2024-03-26 09:15:45 +01:00 |
|
Marco
|
fc468397e2
|
Add method 'Auth#provideOneTimePasswordAsSecondFactor'
|
2024-03-25 11:32:03 +01:00 |
|
Marco
|
76c756118b
|
Replace calls on successful login with 'finishSingleFactorOrThrow'
|
2024-03-21 12:45:52 +01:00 |
|
Marco
|
dc04d52249
|
Implement method 'Auth#finishSingleFactorOrThrow'
|
2024-03-20 08:16:03 +01:00 |
|
Marco
|
29fbd7b480
|
Create method 'Auth#enableTwoFactorViaTotp'
|
2024-03-17 10:31:22 +01:00 |
|
Marco
|
b79246ff40
|
Create method 'Auth#prepareTwoFactorViaTotp'
|
2024-03-15 07:47:53 +01:00 |
|
Marco
|
8256fd11e8
|
Create method 'Auth::createSelectorForOneTimePassword'
|
2024-03-14 14:37:07 +01:00 |
|
Marco
|
e5310aa699
|
Document methods supposed to throw 'SecondFactorRequiredException'
|
2024-03-14 13:57:50 +01:00 |
|
Marco
|
bcfbc1d2f8
|
Add constants for designated mechanisms for OTP generation/delivery
|
2024-03-13 08:18:35 +01:00 |
|
Marco
|
3d19df85fc
|
Create session fields to track pending 2FA after login
|
2024-03-13 08:13:44 +01:00 |
|
Marco
|
db7480be38
|
Create class 'SecondFactorRequiredException'
|
2024-03-11 11:14:12 +01:00 |
|
Marco
|
67b4cba4d9
|
Create class 'InvalidOneTimePasswordException'
|
2024-03-05 09:42:15 +01:00 |
|