user-service

module
v0.0.0-...-4ce25ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2025 License: GPL-3.0

README

user-service

Users Microservice

API Docs

/api - base route

Headers:

  • Authorization: Bearer <ACCESS_TOKEN>

Designations:

  • [AUTH] - requires auth
  • [PUB] - doesn't require auth

/auth:

  • [PUB] POST -> /signup - register
  • [PUB] POST -> /signin - sign in
  • [PUB] GET -> /refresh - refresh jwt pair
  • [PUB] GET -> /signout - sign out

/user:

  • [AUTH] GET -> / - get own info
  • [AUTH] GET -> /:<id> - get user info with <id>

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL