|
fc1a6f7605
|
Migrated the License.ts model -> mongoose-field-encryption
|
2023-01-15 20:30:20 +01:00 |
|
|
f86683f34c
|
Commented out the verify route in the auth.ts router
|
2023-01-15 19:44:58 +01:00 |
|
|
db8fec5849
|
Integrated both routes into the v1 index.ts
|
2023-01-15 19:44:31 +01:00 |
|
|
2bae7005e5
|
Made the Session.ts model token double-quoted
|
2023-01-15 19:44:07 +01:00 |
|
|
ed21efd438
|
Created the auth.ts routes
|
2023-01-15 19:43:04 +01:00 |
|
|
08b7bd5373
|
Added a default token to the Session.ts model
|
2023-01-15 19:42:24 +01:00 |
|
|
379bbbcd9f
|
Created the auth.ts controller
|
2023-01-15 19:42:12 +01:00 |
|
|
a083935704
|
Created the account.ts routes
|
2023-01-15 19:41:52 +01:00 |
|
|
4bf0576032
|
Created the auth validation
|
2023-01-15 19:40:49 +01:00 |
|
|
06a917a5fd
|
Created the account.ts validation
|
2023-01-15 18:45:30 +01:00 |
|
|
eaf3d8b9bf
|
Created the Account.ts controller
|
2023-01-15 18:45:19 +01:00 |
|
|
f07187691d
|
Migrated the Session.ts model -> mongoose-field-encryption
|
2023-01-15 18:43:47 +01:00 |
|
|
bc68da563a
|
Added the verified & verificationSecret field to the Account model
|
2023-01-15 18:38:10 +01:00 |
|
|
2777aea903
|
Added the decryption util
|
2023-01-15 18:37:38 +01:00 |
|
|
3ce7b1941d
|
Fixed the error util
|
2023-01-15 18:35:49 +01:00 |
|
|
418a81dadb
|
Migrated from mongoose-encryption -> mongoose-field-encryption
|
2023-01-15 18:35:40 +01:00 |
|
|
a5bd9f1e95
|
Added the bcrypt dependency to the package.json
|
2023-01-15 17:56:12 +01:00 |
|
|
badd8d35fb
|
Updated the Session.ts model
|
2023-01-15 16:10:34 +01:00 |
|
|
e2f92c39d6
|
Made the server.ts prettier
|
2023-01-15 15:56:04 +01:00 |
|
|
34530e1682
|
Created the mail util
|
2023-01-15 15:55:50 +01:00 |
|
|
4afaa8ae32
|
Added the nodemailer dependency to the package.json
|
2023-01-15 15:55:16 +01:00 |
|
|
915ebc353a
|
Updated the .prettierrc.json
|
2023-01-15 15:54:10 +01:00 |
|
|
8e61f2f296
|
Updated the .prettierrc.json
|
2023-01-15 13:53:16 +01:00 |
|
|
18d3f8b0ba
|
Added the field name to the error
|
2023-01-15 03:33:47 +01:00 |
|
|
884e0be9aa
|
Added the double quotes rule in the .eslintrc.json
|
2023-01-15 03:31:24 +01:00 |
|
|
5564fac2ed
|
Made all quotes double
|
2023-01-15 03:31:01 +01:00 |
|
|
66377f191a
|
Created the validateSchema method
|
2023-01-15 03:26:22 +01:00 |
|
|
b147d46d05
|
Added the joi dependency
|
2023-01-15 03:21:32 +01:00 |
|
|
f515d7643b
|
Added the eslint rule "no explicit any" -> 0
|
2023-01-15 03:21:16 +01:00 |
|
|
e93e73be89
|
Updated the README.md
|
2023-01-15 02:44:54 +01:00 |
|
|
59086a420c
|
Updated the README.md
|
2023-01-15 02:44:31 +01:00 |
|
|
9204ea886d
|
Fixed the README.md
|
2023-01-15 02:37:53 +01:00 |
|
|
2978df78c3
|
Fixed the README.md
|
2023-01-15 02:35:15 +01:00 |
|
|
561285ca0f
|
Updated the README.md
|
2023-01-15 02:31:35 +01:00 |
|
|
0ebdeadecb
|
Created the ci workflow
|
2023-01-15 02:06:32 +01:00 |
|
|
d93d46b9b9
|
Added the eslint dev dependencies & ci scripts to the package.json & yarn.lock
|
2023-01-15 02:06:02 +01:00 |
|
|
03f21d30ca
|
Created the .prettierrc.json
|
2023-01-15 01:53:19 +01:00 |
|
|
28fc893d1c
|
Created the .eslintrc.json
|
2023-01-15 01:53:11 +01:00 |
|
|
3ac0de90b6
|
Moved the run method to the top
|
2023-01-15 01:52:54 +01:00 |
|
|
6f67028afb
|
Created the dependabot.yml
|
2023-01-15 01:24:49 +01:00 |
|
|
9cf2192578
|
Updated the server.ts
|
2023-01-15 01:15:48 +01:00 |
|
|
6faf3a8437
|
Created the v1 routes
|
2023-01-15 01:15:10 +01:00 |
|
|
61026cbe3c
|
Encrypted the Session.ts
|
2023-01-15 00:31:29 +01:00 |
|
|
6a9b3c2c5e
|
Encrypted the License.ts
|
2023-01-15 00:26:28 +01:00 |
|
|
0aff108ada
|
Encrypted the Account.ts
|
2023-01-15 00:23:40 +01:00 |
|
|
00c00d40a2
|
Created the Session.ts model
|
2023-01-14 23:16:46 +01:00 |
|
|
b9ef786131
|
Created the Project.ts model
|
2023-01-14 23:16:37 +01:00 |
|
|
9af16f9160
|
Created the Permission.ts model
|
2023-01-14 23:16:00 +01:00 |
|
|
f5403e77cd
|
Created the Member.ts model
|
2023-01-14 23:15:49 +01:00 |
|
|
19799a7431
|
Created the License.ts model
|
2023-01-14 23:15:45 +01:00 |
|