Skip to content
#

middleware-functions

Here are 15 public repositories matching this topic...

Sample APIs are created using NodeJS, ExpressJS , SQLite where only authenticated users can perform any operation on the database. JWT Tokens are used to verify users and only if user has valid JWT token he can perform operations on the database. Middleware functions are used to authenticate.

  • Updated Jun 19, 2021
  • JavaScript

Sample APIs are created using NodeJS, ExpressJS , SQLite where only authenticated users can perform any operation on the database. JWT Tokens are used to verify users and only if user has valid JWT token he can perform operations on the database. Middleware functions are used to authenticate.

  • Updated Mar 27, 2023

Improve this page

Add a description, image, and links to the middleware-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the middleware-functions topic, visit your repo's landing page and select "manage topics."

Learn more