Categorygithub.com/m5lapp/go-user-service
module
0.0.0-20230711204723-4d6aaa62b896
Repository: https://github.com/m5lapp/go-user-service.git
Documentation: pkg.go.dev

# README

go-user-service

Simple User service for authentication and authorisation of human and system users, written in Go.

Endpoints

EndpointMethodDescription
/v1/tokenPOSTAuthenticate an existing user and get a token
/v1/userDELETEDelete a registered user
/v1/user/email/{email}GETGet a user by their email address
/v1/user/id/{id}GETGet a user by their user ID
/v1/userPOSTRegister a new user
/v1/user/activatePUTActivate a newly registered user
/v1/user/authenticatePOSTValidate an authentication token

# Packages

No description provided by the author