diff options
Diffstat (limited to 'html/projects.html')
| -rw-r--r-- | html/projects.html | 5 |
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> |
