An open API service indexing awesome lists of open source software.

https://github.com/ranjanaditya08/blog-app-rest-api

The Blog App API is a Spring Boot-based RESTful web service that provides authentication and role-based access control for a blogging platform. It utilizes JSON Web Tokens (JWT) for secure authentication and authorization.
https://github.com/ranjanaditya08/blog-app-rest-api

java jwt spring-data-jpa spring-security springboot

Last synced: 2 months ago
JSON representation

The Blog App API is a Spring Boot-based RESTful web service that provides authentication and role-based access control for a blogging platform. It utilizes JSON Web Tokens (JWT) for secure authentication and authorization.

Awesome Lists containing this project

README

          

# Blog-App-REST-API
The Blog App API is a Spring Boot-based RESTful web service that provides authentication and role-based access control for a blogging platform. It utilizes JSON Web Tokens (JWT) for secure authentication and authorization.

## Features

- User registration and authentication using JWT.
- Role-based access control (RBAC) with roles like 'ADMIN', 'USER'.
- CRUD operations for blog posts.
- User management (CRUD operations for users).

## Technology Stack

- SpringBoot
- Java
- Spring Data JPA
- Spring Security
- JSON Web Tokens (JWT)
- MySQL