is-my-coffee-cold is a simple full-stack web application built to calculate the amount of time you have until your coffee goes cold, i.e., becomes undrinkable. The application achieves this through the combination of localised weather data sourced via external API calls alongside the Huen's method.
GNU Affero General Public License v3.0
2
stars
0
forks
source link
Finalise Implementation of Authentication Service | API #3
As per the title, given the abstraction of several functions as contained in the alpha build to back-end distributed microservices, we need to finalise the implementation of the authentication service within the API. This includes the following:
User management, e.g., functionality to allow users to control and manage their own data.
Access management, i.e., specific end-points and functionality are to authentication.
As per the title, given the abstraction of several functions as contained in the
alpha
build to back-end distributed microservices, we need to finalise the implementation of the authentication service within the API. This includes the following: