Skip to content

Commit

Permalink
Merge pull request #5 from St3plox/St3plox-patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
St3plox authored Oct 23, 2023
2 parents 117136b + 9b575ea commit 1d5c2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SecureChat API is a Java Spring Boot application that provides a secure and effi

- **File Storage and Retrieval:** Easily upload and retrieve files through RESTful endpoints, making use of PostgreSQL for efficient data management.

- **JWT Authorization and Authentication:** Implementing JSON Web Tokens (JWT) for secure user authentication and authorization, adding an extra layer of protection to your API.
- **JWT Authorization and Authentication:** Implementing JSON Web Tokens (JWT) for secure user authentication and authorization, adding an extra layer of protection to my API.

- **Group Creation and Messaging:** Users can create groups, collaborate with each other, and exchange messages within these groups. Messages are encrypted using broadcast encryption for enhanced security.

Expand All @@ -30,7 +30,7 @@ The project follows best practices for GitHub repositories, ensuring a clean and
1. Clone the repository:

```bash
git clone https://github.com/your-username/secure-chat-api.git
git clone https://github.com/st3plox/secure-chat-api.git
2. Run the project.

```bash
Expand Down

0 comments on commit 1d5c2ab

Please sign in to comment.