Skip to content

shubhamrajput/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

microservices

a simple stateless microservice in Nodejs, with three major functionalities - Authentication, JSON patching ,Image Thumbnail Generation

#Authentication (Public Endpoint) – A defined route(LOGIN) containing an arbitrary username/password pair for mock authentication (will accept any username/password) and will return JSON Web Token (will get saved in the local storage of chrome) which can be used to validate future requests.

The JWT obtained in the LOGIN must be attached to each request.

#JSON patching (Protected Endpoint) – will apply the JSON patch to the JSON body, and return the resulting JSON object.

#Image Thumbnail generation (Protected Endpoint) – Will contain a public image URL and return the resulting thumbnail.

About

a simple stateless microservice in Nodejs, with three major functionalities - Authentication, JSON patching ,Image Thumbnail Generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors