You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
authentication: These changes make the API functional with authentication, being a big change for the functioning of the information, compared to the previos version
Features
api with js vanilla: an API was created with vanilla JavaScript (3ebd00f)
authentication: integrated system with JWT, in addition, token auth and verify have been added (5d6fd9b)
controller auth: added to control the authentication requests that will be detected (9a3e7c8)
created the database connection with Knex and authentication with postgreSQL data (bcc9de8)
data: created data file for store the information for update notes (7fdb9a9)
express: initial version of API with Express Framework, this include an CRUD code (f588c50)
http request errors: some functions are created to handle bad request and unauthorized errors (c7821b3)
index: added notes on url, use the auth and .env was adopted within the project (69d7476)