Skip to content

user service can used to authenticate the user or onboard a new user on your platform. It uses PKI to sign and create the token. Those token can be used to authenticate api requests.

Notifications You must be signed in to change notification settings

alom2407/user-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Service

user service can used to authenticate the user or onboard a new user on your platform. It uses PKI to sign and create the token. Those token can be used to authenticate api requests.

Flow Diagram

API Reference

Get all user details

  GET /users/
Parameter Type Description
token string Required. authentication token

Get user details of yourself

  GET /users/me
Parameter Type Description
token string Required. authentication token

Post Signup New User

  POST /auth/signup

Signup a new user on platform

Parameter Type Description
email string Required.
password string Required.
firstName string Required.

Post User Login

  POST /auth/login

User login on platform

Parameter Type Description
email string Required.
password string Required.

Tech Stack

Server: Java, Springboot, Spring Security, Maven, Rest API, JWT, PKI, database(mySQL/postgres/noSQL)

Authors

About

user service can used to authenticate the user or onboard a new user on your platform. It uses PKI to sign and create the token. Those token can be used to authenticate api requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages