gcloud-lora-ttn icon indicating copy to clipboard operation
gcloud-lora-ttn copied to clipboard

Expiring oath tokens?

Open pomplesiegel opened this issue 5 years ago • 2 comments

Hello @alvarowolfx, very cool library! Question for you: How do you deal with expiring Google Function oath tokens, given TTN needs an explicit access key in order to forward the HTTP requests?

Or are you not using an access key?

pomplesiegel avatar May 22 '20 01:05 pomplesiegel

Hey @pomplesiegel, thanks for the feedback.

About this project, it users the TTN Webhook interface, so TTN posts data to this backend, and data is saved on Google, so there is no OAuth tokens involved.

alvarowolfx avatar May 24 '20 00:05 alvarowolfx

Hey @alvarowolfx, thanks for the response! Just so i understand, are you using the TTN HTTP integration to send data to the google function?

Does the google function's URL require authentication in order to post data?

pomplesiegel avatar May 26 '20 00:05 pomplesiegel