How to create a single admin user without registration and all the other stuff typically seen in an authentication workflow?
I am developing a simple product catalogue in nodejs. Nothing spectacular, basically a standard express site with some forms for crud operations of the products. Now those forms should only be visible to the admin so just one single account. I have ...
Dec 19, 2017H