aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorschererleander <leander@leander-scherer.de>2024-08-09 11:56:17 +0200
committerschererleander <leander@leander-scherer.de>2024-08-09 11:56:17 +0200
commit0d3458fab0eb95c19a982d1dd61b04d230c8915f (patch)
tree49dbba22a100253c2281de873385c2130c554b12 /html
parent9e10b6b52c628c6fe86db2c8ae91075e72ecf151 (diff)
feat: add another project
Diffstat (limited to 'html')
-rw-r--r--html/projects.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/html/projects.html b/html/projects.html
index e333ad3..33c189b 100644
--- a/html/projects.html
+++ b/html/projects.html
@@ -58,6 +58,11 @@
<td>web app using react for frontend and express for backend with JSON Web Token (JWT) for session handling</td>
<td><a href="https://github.com/schererleander/expressjs-login">GitHub</a></td>
</tr>
+ <tr>
+ <td>Authentication</td>
+ <td>yet another authentication system. this time, it securely stores passwords using bcrypt with salting.</td>
+ <td><a href="https://github.com/schererleander/authentication">GitHub</a>
+ </tr>
</tbody>
</table>
</body>