The assignment was related to create a service which will have 1. Login functionally and it will create a token. you can use jwt. 2. Login user can create a article but needs to validate the token which assures that user is valid. 3. Any user can see all the articles.
Sigiloso
I had created using microservice with Rest service.