gfaraj / super-bot

A simple but extensible bot written in Node (with Whatsapp, Slack, and Discord interfaces)
MIT License
24 stars 15 forks source link

Make APIs secure #8

Open gfaraj opened 4 years ago

gfaraj commented 4 years ago

Use auth0 to make APIs secure by only allowing trusted clients to make requests.

Information: https://auth0.com/blog/node-js-and-express-tutorial-building-and-securing-restful-apis/