Auth logic is completed (signin, signup, logout), Added: Middlewares, RequireAuth middleware

This commit is contained in:
2024-12-26 14:44:40 +01:00
parent 01b057986e
commit 4c44dac115
11 changed files with 112 additions and 31 deletions

View File

@ -1,4 +0,0 @@
<header>
<a href="/signin">Log In</a>
<a href="/signup">Sign Up</a>
</header>