crypt0inf0

Results 22 comments of crypt0inf0

Metamask section is missing on https://github.com/dtube/dtube/blob/master/client/views/pages/channel/topcover/channelmobilecover.html Ref https://github.com/dtube/dtube/blob/master/client/views/pages/channel/topcover/channeldesktopcover.html#L16

1. No, Dtube advertise itself as decentralized social network & we can not limit per user how many post they can post per day. It will drive users away. 2....

@brishtiteveja I'm for limitation on non verified users, Almost all exchanges has limitation for non verified users. The problem is what kind of verification process we use? @skzap is reworking...

@5paisa Is it possible to login without enabling `TOTP`?

Yes, Hardhat network is running using `sh serve.sh` & Still I'm facing this issue.

Once login it redirect to broker login page with all brokers disabled, ![image](https://github.com/user-attachments/assets/d17c5fee-a865-4ec0-8c33-50955998b931)

My bad, I forgot to enter the `BROKER_API_KEY = 'client_id:::api_key'` in this format. After changing it I can login without any issue. Although I leave it open as it redirect...

After login we select broker, If the api is available in database it takes to broker login. If broker api is not available it redirect to enter the api key...

There is no need to change the structure, We just need to change the `os.getenv('BROKER_API_KEY')` & `os.getenv('BROKER_API_SECRET')` to fetch from database instead of `.env` And for `os.getenv('REDIRECT_URL')` we can use...

Yes, basic initial checks yet to be implemented.