-
Notifications
You must be signed in to change notification settings - Fork 8
Bearer Token Gen Script
Aniketh Swain edited this page Jun 7, 2023
·
6 revisions
This script streamlines the process to get a bearer token for a registered user. The script can be run in the command line by running python -m backend.firebase_helpers.bearer [email protected]
where [email protected]
can be replaced with user that you are trying to get the token for. Script accounts for each status code and returns the token for the user. Can be used for testing backend issues without loading the dev environment. Contact senior devs for credentials and script.
- Home
- Terraform
- Bearer-Token-Gen-Script
- Frontend-Backend Communication Documentation
- Backend Documentation (backend)
-
driver.py
- AWS Helper Files (backend.aws_helpers)
- Dynamo DB Utility Files (aws_helpers.dynamo_db_utils)
- AWS Secrets Utility Files (aws_secrets_utils)
- AWS Batch Utility Files (aws_batch_utils)
- Firebase Helper Files (backend.firebase_helpers)
- Common Files (backend.common)
-
constants.py
-
dataset.py
-
default_datasets.py
-
email_notifier.py
-
loss_functions.py
-
optimizer.py
-
utils.py
- Deep Learning Files (backend.dl)
- Machine Learning Files (backend.ml)
- Frontend Documentation
- Bug Manual
- Developer Runbook
- Examples to locally test DLP
- Knowledge Share