Improved signup template
old features
- secure sign up
- secure log in
- secure remember me
- unique salt for every instance
new features
- req.loggedIn and req.username in express
- better design
how to use
If a person is logged in, you can use req.username, req.loggedIn and req.account in any express request
cmglj (4)
Cool. I'm trying to code sum like this with python,
IlikeArt (0)
Can u tell me the line and place of the time when u already logged in and it says "hi,[username]" , I cant seem to find it?
ironblockhd (419)
Line 41
IlikeArt (0)
@ironblockhd what folder?
gavinwinsagain (17)
I was looking around and I think it’s index.js lol @IlikeArt
gavinwinsagain (17)
I also see that I am replying nearly 2 months later lol
Leroy01010 (415)
@ironblockhd maybe, use social login, like Facebook or Twitter.