0
muhittincelik created
Hi,
I want to get curreny price alert from tradingview webhooks to my site. Tradingview webhook config screen includes only webhook address and message (json or text).
I have a service updateprice (curr: text, price:text) and required authorization. I can user bearer token in json message but token will expire after a specific time. Does anyone have any suggestions ?
Muhittin
1 Answer(s)
-
0
Hi @muhittincelik
If you want to use a token, you can create a token with a longer life.
Another option would be sending username & password values as encrypted via json message, decrypt it on your AspNet Zero app and then validate the user.