Nicolai Ort niggl
niggl pushed to main at lfk/lfk-client-js 2020-12-22 14:17:59 +00:00
94d26fcafc Initial commit for the js version
niggl created repository lfk/lfk-client-js 2020-12-22 14:15:18 +00:00
niggl created pull request lfk/backend#46 2020-12-22 11:42:12 +00:00
feature/43-postal_from_env
niggl pushed to feature/43-postal_from_env at lfk/backend 2020-12-22 11:41:17 +00:00
84a7f30a60 Merge branch 'dev' into feature/43-postal_from_env
b6cf3b24d4 Merge pull request 'Disabled the x-served-by and x-powered-by Headers' (#44) from feature/41-owasp_headers into dev
19422edbae Disabled the x-served-by and x-powered-by Headers
Compare 3 commits »
niggl pushed to feature/43-postal_from_env at lfk/backend 2020-12-22 11:40:12 +00:00
f3008979f3 Added the POSTALCODE_COUNTRYCODE to the sample and ci env files
niggl created branch feature/43-postal_from_env in lfk/backend 2020-12-22 11:38:56 +00:00
niggl pushed to feature/43-postal_from_env at lfk/backend 2020-12-22 11:38:56 +00:00
b8c93bf476 Implemented the getter for loading the postalcodelocale from env
niggl opened issue lfk/backend#45 2020-12-22 10:49:52 +00:00
Create automated tests for login related stuff
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:48:06 +00:00
146787fd66 Added comments
niggl commented on issue lfk/backend#40 2020-12-22 10:44:49 +00:00
Auth: Password reset

I implemented checks and errors for the following:

  • Is the user disabled (login, refresh, autorefresh and reset request)?
  • Has the user requested another refresh in the last 15min?

And i have…

niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:35:33 +00:00
9458b774ea Removed the user disableing
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:29:54 +00:00
bf4250babd All things auth now check if the user is disabled
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:27:21 +00:00
a16c4c564a Users now can be disabled from the start
8d860cb2e1 Fixed weired query behaviour
Compare 2 commits »
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:20:11 +00:00
2f7b0d5606 Removed bs enabled check
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:18:32 +00:00
4b9bfe3b79 Now disableing users while they're in the process of resetting their password
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:12:24 +00:00
17ee682029 Implemented a password reset timeout
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 10:07:01 +00:00
48685451be Set reset token expiry to 15 mins
niggl commented on issue lfk/backend#40 2020-12-22 09:59:32 +00:00
Auth: Password reset

I implemented the basic password reset stuff. Right now it just return's the reset token on request and you can just spam request reset tokens. Next up I'm gonna implement a reset requesting…

niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 09:57:25 +00:00
5aad581c2d Implemented toe password reset route
niggl pushed to feature/40-pw_reset at lfk/backend 2020-12-22 09:57:09 +00:00
caeb17311b Implemented basic password reset