SERaaS / SERaaS-API-Service

Outputs emotion statistics from audio files containing speech, as an API.
MIT License
5 stars 0 forks source link

Integrate authentication functionalities to API endpoints from User Management Service #11

Closed wwongandy closed 4 years ago

wwongandy commented 4 years ago

I would like to: Integrate authentication functionalities to API endpoints from User Management Service

So that I can: Ensure that the client using the API endpoint is a user of the User Management Service

wwongandy commented 4 years ago

Note that this must be done after SERaaS-User-Management-Service#7

wwongandy commented 4 years ago

Development Note

General

Description

This involves adding an extra layer of security to the API endpoints for this SERaaS API Service. All API endpoints usage must first be followed by a corresponding user ID registered in the SERaaS-User-Management-Service.

Changed Endpoints

wwongandy commented 4 years ago

In order to make API calls from this SERaaS-API-Service to the SERaaS-User-Management-Service, the axios NPM library will be used.

wwongandy commented 4 years ago

Done in integrate-authentication branch.