Skip to main content

About

User management for your web or mobile application.

You can find source code on GitHub or download the container from Docker and give it a try.

Routes

MethodPathDescription
POST/user/registerCreates new user in database and calls onRegister callback(s).
POST/user/loginChecks if email and password are correct, creates refresh token and access token and calls onLogin callback(s). Access token is returned in JSON response, while refresh token is returned in cookie.
GET/user/logoutInvalidates refresh token.

You can test each route with Postman collection.

Examples

List of projects where user-service is used: