A microservice for authentication
Find a file
2022-10-26 22:32:18 -06:00
cmd/microauth Initial commit 2022-10-26 22:29:02 -06:00
internal/microauth Initial commit 2022-10-26 22:29:02 -06:00
thunder-tests Fix update request and add delete request in thunder client 2022-10-26 22:32:18 -06:00
go.mod Initial commit 2022-10-26 22:29:02 -06:00
go.sum Initial commit 2022-10-26 22:29:02 -06:00
LICENSE Initial commit 2022-10-26 22:29:02 -06:00
README.md Initial commit 2022-10-26 22:29:02 -06:00

Microauth

The goal of this project is to provide myself with a microservice responsible for all things related to authentication for future web apps I build, including the following features:

  • login
  • registration
  • password reset
  • session management (creation, validation, revocation, etc)
  • user deletion