From 235283b986516ce90dd15bafbe16e7d44305ce35 Mon Sep 17 00:00:00 2001 From: Goodnessuc Date: Wed, 11 Oct 2023 15:14:53 +0100 Subject: [PATCH] [refactor]: refactored README.md to fix LICENSE UR --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e36409..ed7950c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ made-with-Go GoReportCard Go.mod version - LICENCE + LICENCE

A Complete Backend Service with User Authentication and Authorization @@ -36,8 +36,8 @@ The service is designed with security in mind, implementing measures to prevent - [ ] Personal Authentication: Implementing Personal OAuth in Go for the app - [x] JWT Authentication: Uses JSON Web Tokens (JWT) for secure information transmission. - [ ] Security Measures - - [ ] SQL Injection Prevention: Prevents SQL injection attacks. - - [ ] CSRF Prevention: Prevents Cross-Site Request Forgery (CSRF) attacks. + - [x] SQL Injection Prevention: Prevents SQL injection attacks. + - [x] CSRF Prevention: Prevents Cross-Site Request Forgery (CSRF) attacks. - [ ] Slowloris Prevention: Prevents Slowloris Attacks