I need help making a web app allowing a user to login with the user's token. I don't deal with js or css :(
Extended version from the last post
For further actions, you may consider blocking this person and/or reporting abuse
I need help making a web app allowing a user to login with the user's token. I don't deal with js or css :(
Extended version from the last post
For further actions, you may consider blocking this person and/or reporting abuse
keploy -
Rails Designer -
KAMAL KISHOR -
Joseph Abraham -
Top comments (2)
So you only use node without any knowledge of CSS or JS??
Making an account/authentication app without CSS or JS is very possible, I've made one before. Try looking into setting a cookie with NodeJS. I do backends in python and it should work almost the same way.
Ah okay thanks :)