COVID19_INDIA_DB APIs are created using NodeJS, ExpressJS , SQLite in this API's Authenticated users can only perform CRUD operation's in Database.JWT Tokens are used to verify users and only if user has valid JWT token he can perform CRUD operations on the database. Middleware functions are used to authenticate if it's a Valid User.
authentication sqlite expressjs jwt-token node-js jwt-authentication sqlite3-database payload authentication-middleware bcrypt-hashing-library covid19-data authorization-header
-
Updated
Oct 27, 2022 - JavaScript