backend/src
2020-12-22 20:13:16 +01:00
..
controllers Updated the openapi descriptions for all user routes 2020-12-22 20:13:16 +01:00
errors Now disableing users while they're in the process of resetting their password 2020-12-22 11:18:31 +01:00
loaders Added openapi cookie security schema 2020-12-22 19:13:20 +01:00
middlewares Code + Comment cleanup for the middlewares 2020-12-20 19:08:02 +01:00
models Merge branch 'dev' into feature/40-pw_reset 2020-12-22 16:05:27 +01:00
seeds Code + comment cleanup for the seeds 2020-12-20 19:11:28 +01:00
tests Added auth to all tests 2020-12-18 22:11:41 +01:00
app.ts 🐞 fixed app.ts for production use 2020-12-12 12:39:53 +01:00
authchecker.ts All things auth now check if the user is disabled 2020-12-22 11:29:52 +01:00
config.ts Implemented the getter for loading the postalcodelocale from env 2020-12-22 12:38:53 +01:00
jwtcreator.ts Set reset token expiry to 15 mins 2020-12-22 11:07:01 +01:00
openapi_export.ts removed the lib generation part 2020-12-13 19:20:36 +01:00