Skip to content

An api that implements JWT for registration and login. Built to help learn golang.

Notifications You must be signed in to change notification settings

barclayiversen/spractonetapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spracto Net

A golang api built to help me learn go. Implements registration and login via JWT.

#TODO

  • refactor getting user id from token
  • refactor repo variable to be package level scope in controllers so you don't have to redeclare
  • refactor package names to reflect a more traditional MVC architecture
  • implement updating a post
  • implement deleting a post
  • abstraction of adding the proper header was implemented as a handler func. This needs to be refactored as middleware.

About

An api that implements JWT for registration and login. Built to help learn golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages