skip to Main Content

How to check data hash in telegram mini app?

I create backend for mini app in telegram. I think, my code is correct, but i get wrong hash. Maybe I create data check string in wrong format: auth_date=1721732407nquery_id=AAGc5YMWAAAAAJzlgxb_3ABGnuser={"id":377742748,"first_name":"Марк","last_name":"Аникин","username":"corray9","language_code":"en","allows_write_to_pm":true} Is that correct? I'm not sure about serialization of user object.…

VIEW QUESTION

'No required module provides package' docker compose error

Error While Building Docker Compose!! [orders 7/7] RUN go build *.go: 0.359 main.go:9:2: no required module provides package github.com/dojeto/order-management-system/common; to add it: 0.359 go get github.com/dojeto/order-management-system/common 0.359 grpc_handler.go:7:2: no required module provides package github.com/dojeto/order-management-system/common/api; to add it: 0.359 go get…

VIEW QUESTION
Back To Top
Search