Mar 6, 2022
Of course you can. You would just make your HTTP request for the token from the frontend.
However, I don’t think it is good practice to do so (especially on a public facing application) since your frontend could be exposing sensitive information, like your API creds, that you’ll have to use to get the token!