I am building a blog and I want to the be the only one that has the ability to create, read, update, destroy. Can I do this without having an authentication system? I am working with the MEAN stack and don't want to use passport just to have me as a user.
Asked
Active
Viewed 26 times
1
-
You could use your IP to show the additional features – mplungjan Nov 12 '15 at 20:35
-
Additional features? – anon Nov 12 '15 at 20:38
-
Create update destroy – mplungjan Nov 12 '15 at 20:44
-
How would I do this? – anon Nov 12 '15 at 20:45
-
1Pseudocode: if is_me()[which cheks on IP or whatever you choose] : show_button_create() – Adrian Todorov Nov 12 '15 at 20:53