Skip to content

Authentication Service

Hrishikesh Paul edited this page Feb 21, 2021 · 1 revision

This service enables the application to verify the token that is sent by the front-end. This services uses the Google API to verify the token and send appropriate responses to the gateway.

Dependencies

  • Python

Post: 5000

How to run

$ cd scrapbook-auth-service
$ python3 -m env env # creating a virtual environment
$ source env/bin/activate
$ pip install -r requirements.txt
$ python app.py

API Route

  • /auth?token={}
Clone this wiki locally