DEV Community

Discussion on: Your thoughts on Creating a New User

Collapse
 
jessachandler profile image
Jess Chandler

Thanks for your comments, Carlos. I think I have less risk of people creating infinite accounts with my current project because it is a paid service. However, I like the way this is laid out. What do you mean URLs for restricted areas should be different? I have basically a concept of domain/actuallstuff/:userid and the route to actuallstuff checks that user is user with userid - If you meant something else, I really want to know!

Collapse
 
carlosmgspires profile image
Carlos Pires

Sorry for the confusing remark. What I mean is that it is cleaner and safer if domain/actualstuff is only accessed by logged-in users. If you want the world to see similar information, make it domain/almostactualstuff

Thread Thread
 
jessachandler profile image
Jess Chandler

Thanks for clarification!