Public
Documentation Settings

Blogs API

This API is part of the Web Trybe Development Course. This project enables users to create, search, delete and update blog posts and categories for the blog posts. Thus, the API connects to a database, managing blog content production.

The application security is based on using JWT. After performing the user creation or login, the user receives a JWT enabling him to perform other request types to the API. After 20 minutes, a new authentication needs to be performed to renew the JWT.

Loading