Skip to content

Commit b269828

Browse files
authored
Update README.md
1 parent a2e8aea commit b269828

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ node server.js
2323
> Make sure the HTML files are served from a server (hosted) and not opened directly as local files, because the login stores the pending login request ID in cookies, which won’t work if you open the file locally.
2424
2525
I hope this helps you learn how a robust login and signup system works. Have fun experimenting and modifying my code by adding extra features, for example, a token-based system after the user logs in.
26+
27+
### Sign up phase
28+
![tuto-gif](signup.gif)
29+
30+
### Log in phase
31+
![tuto-gif](login.gif)

0 commit comments

Comments
 (0)