Simple link-shortener service written in Go
- Basic JWT authentication for users (login, signup and logout)
- Users can create, read, update and delete their shortened links, and also read their user info. The endpoints are protected via JWT middleware
- The shortened link endpoint is made public. The count for how many times the links are clicked is persisted
License under the MIT License