|
3e0a25874e
|
Auth: fix middleware applied globally and explicitly log them
|
2021-01-21 15:45:20 +01:00 |
|
|
2c66c66a39
|
logging: add status code description for redirections
|
2021-01-21 15:45:20 +01:00 |
|
|
878f706f82
|
magic links: fix views titles
|
2021-01-21 11:18:38 +01:00 |
|
|
4db7217876
|
Controller: add useMiddleware method
|
2020-12-30 14:10:58 +01:00 |
|
|
bdaf815aec
|
Upgrade dependencies
|
2020-12-28 12:01:00 +01:00 |
|
|
87b4facea0
|
Upgrade dependencies and update to express session new typings
|
2020-12-04 15:24:22 +01:00 |
|
|
7be3e00c46
|
Authentication tests: add no username component tests
Closes #7
|
2020-11-16 12:13:49 +01:00 |
|
|
01277ea910
|
Authentication tests: add authenticate with email and password tests
|
2020-11-16 11:44:04 +01:00 |
|
|
70d80d1f0a
|
AuthMethod: add weight to choose when no method was specified
|
2020-11-16 11:43:14 +01:00 |
|
|
a5ee9922ec
|
Authentication tests: add authenticate with username and password tests
|
2020-11-15 15:51:52 +01:00 |
|
|
35129cd4f1
|
PasswordAuthMethod: simplify bad password throw
|
2020-11-15 15:50:19 +01:00 |
|
|
f99c62a5d9
|
Increase login fail per ip throttle limit and jail time
|
2020-11-15 15:49:40 +01:00 |
|
|
72fe0bbda8
|
Authentication tests: add authenticate with email (magic_link) tests
|
2020-11-15 15:23:24 +01:00 |
|
|
7db3e0166a
|
Authentication tests: fix Cannot register without username test
|
2020-11-15 15:21:54 +01:00 |
|
|
124bc8785f
|
MagicLinkUserNameComponent: allow null username
|
2020-11-15 15:21:26 +01:00 |
|
|
6a65ec723d
|
AuthController: use Validator system for unknown user on login
|
2020-11-15 15:18:57 +01:00 |
|
|
6eacfdcffa
|
Throttler: log jail triggers
|
2020-11-15 15:18:49 +01:00 |
|
|
da38fdaf72
|
tests: get rid of useless csrf.njk template
|
2020-11-15 15:15:21 +01:00 |
|
|
ef51d128f1
|
Authentication tests: refactor magic link following from mail
|
2020-11-15 14:21:11 +01:00 |
|
|
0d0724c315
|
Authentication tests: add more tests to email registration
|
2020-11-15 14:16:17 +01:00 |
|
|
683fe7262b
|
MagicLinkAuthMethod: do not allow register for already existing email
|
2020-11-15 14:14:56 +01:00 |
|
|
c08d03c8fb
|
MagicLinkUserNameComponent: fix validator property name for "username"
|
2020-11-15 14:13:57 +01:00 |
|
|
cecf28502e
|
ModelComponent: fix validators not transferred to attached model
|
2020-11-15 14:13:35 +01:00 |
|
|
42da8a68bb
|
Validation: respond with http 400 instead of 401
|
2020-11-15 14:12:45 +01:00 |
|
|
b28e2b75b7
|
Authentication: Improve registration tests and fix register/login overlap
|
2020-11-15 12:20:57 +01:00 |
|
|
698ace965f
|
Add authentication tests for username registration
|
2020-11-14 18:16:58 +01:00 |
|
|
f8c4906a51
|
PasswordAuthMethod: fix findUserByIdentifier()
|
2020-11-14 18:16:05 +01:00 |
|
|
b75b227ca1
|
Add required username to magic link authentication and fix many errors
|
2020-11-14 17:24:57 +01:00 |
|
|
acc5233185
|
Error handling: transform single validation errors into a validation bag
|
2020-11-14 16:25:18 +01:00 |
|
|
3d819f03c7
|
Simplify build cp command and add README.md to published package files
|
2020-11-12 16:56:03 +01:00 |
|
|
9d50c5cc5f
|
Rename project to swaf
|
2020-11-12 16:11:16 +01:00 |
|
|
efdd81b650
|
Auth: refactor to support multiple auth factors and add password factor
|
2020-11-11 19:30:30 +01:00 |
|
|
1fce157104
|
logging: prevent full logging of errors for silent logs
|
2020-11-11 19:29:23 +01:00 |
|
|
24d83c73ad
|
Add basic development environment for testing purposes
|
2020-11-11 19:29:23 +01:00 |
|
|
b8905ea02b
|
Move Controller.validate to static Validator.validate
|
2020-11-11 19:29:23 +01:00 |
|
|
bb8b44b5a3
|
ModelFactory: add hasComponent method
|
2020-11-11 19:29:23 +01:00 |
|
|
ead3c8ce1e
|
Controller: wrap use() middlewares to handle async
|
2020-11-11 19:29:23 +01:00 |
|
|
79c2f33000
|
Deprecate legacy migrations
Fix CreateUsersAndUserEmailsTableMigration
sq
|
2020-11-11 19:29:23 +01:00 |
|
|
03d9826f93
|
Migration: remove connection parameter from query() method
Closes #5
|
2020-11-11 19:29:23 +01:00 |
|
|
f20da06d43
|
logging: also log ip address
|
2020-11-11 19:29:23 +01:00 |
|
|
a09e92dd96
|
logging: make silent errors actually silent
|
2020-11-04 12:52:07 +01:00 |
|
|
570a831172
|
Mail: remove usage of non-existent config property
|
2020-11-04 12:11:30 +01:00 |
|
|
f15535dda9
|
Version 0.22.5
|
2020-11-04 11:55:52 +01:00 |
|
|
d741517cb9
|
AuthGuard: add separate before and after registration callbacks
|
2020-11-04 11:55:34 +01:00 |
|
|
19066b3e67
|
Version 0.22.4
|
2020-11-03 17:50:26 +01:00 |
|
|
c966536950
|
NunjucksComponent: fix view loaders using cache when in dev env
|
2020-11-03 17:46:04 +01:00 |
|
|
7a4c157074
|
Version 0.22.3
|
2020-11-03 11:14:26 +01:00 |
|
|
7c2572cddc
|
Fix validation errors not being flashed correctly
|
2020-11-03 11:14:13 +01:00 |
|
|
6fa2683318
|
Version 0.22.2
|
2020-11-03 10:30:34 +01:00 |
|
|
4d0c714dbd
|
Render emails using NunjucksComponent's environment
|
2020-11-03 10:29:36 +01:00 |
|