Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 458 Bytes

userauth - A user authentication API in Go

by marcusS

building a user authentication api with go
built with help of llms


features

persistent storage with json
registration, login, updating, deletion, listing of all and specific users, token auth, health check and more
Automated test for API
Graceful shutdown (useful for running development, listens for [^C])


todo:

expand capabilities further