I have used Express nodejs to Create Rest API from Mysql which will be invoked by an front end javascript application. As the Rest service that are created is open I need some approach to authenticate such as passing username/token
Any help would be appreciated
Thanks