Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 410 Bytes

GOLang CRUD Rest Api using gofiber

Using mysql db or use dummy data found in the data folder

Implemented

  • Custom Authentication middlware - jwt access tokens
  • Connection to a real sql database
  • mysql CRUD using database\sql package

TODO's

  • Custom Authorization middleware
  • JWT Inbuilt middeware by gofiber
  • Handle refresh tokens

Implementations wll be done weekly