Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 294 Bytes

File metadata and controls

12 lines (10 loc) · 294 Bytes

A secured restful web api written in Golang for managing contacts

It provides secure endpoints to:

  • create users
  • authenticate users
  • log out users by invalidating access and refresh tokens
  • refresh access token
  • create contacts
  • Read contacts
  • Update contact
  • Delete contact