Commit Graph

17 Commits

Author SHA1 Message Date
3cf5594b47 hash functions 2023-04-27 00:27:50 +02:00
bf545b1253 Add domain to the config 2023-04-27 00:26:10 +02:00
0eddcefe13 Add ssl certificate crt and key to config 2023-04-24 23:24:54 +02:00
4eb6923bce generate a random login key to be used for session validation 2023-04-22 23:17:05 +02:00
fbef9f0596 function to create a cookie that replaces login cookies 2023-04-22 23:16:31 +02:00
c21de31cb1 Functions to generate secure cookies 2023-04-22 23:15:05 +02:00
c97f28200d Check if a freelancer is logged in based on cookie data 2023-04-22 23:14:16 +02:00
1cd0ee05d2 Move freelancer listing to utilities 2023-04-22 23:06:30 +02:00
fd9e02c3a0 Move alias handling to utilities 2023-04-22 23:05:21 +02:00
11ecf6452e Minor Optimization/Refactoring 2023-04-22 23:01:44 +02:00
ddeea4bc17 Implements salt creation using mt19937 2023-04-19 02:07:01 +02:00
a0be80825f Implement hashing using OpenSSL 2023-04-19 02:06:19 +02:00
ab6a5bc706 Minor bugfix since getline adds an extra char to the string
move hardcoded databaseURI into the config
2023-04-12 23:51:11 +02:00
1965b06868 Configuration file readout
specification of the format in the spec
2023-04-12 00:26:47 +02:00
88167c4f95 String Operations to deal with POST Body 2023-04-07 22:30:24 +02:00
80f377c048 SMTP Client 2023-04-07 22:29:37 +02:00
ff4f6d6fb6 Create Utilities Manager for storage of non database Based functions 2023-04-04 01:47:54 +02:00