/api/create-account
and /api/sign-in
do not require a JWT Token, they do require the idToken
parameter, which is only provided by Firebase.
To get a JWT Token, follow these steps:
Ctrl-Shift-j
jwtToken
cookie, click on it, and save its value
@jacob-macleod
and ask him to work on it
An API to get the JWT Token could easily be written by following the above steps using a framework such as Selenium (Python).