kumo-earth / kumo-protocol

The KUMO protocol is a decentralized borrowing protocol that allows you to draw 0% interest loans against supported natural assets used as collateral. The loans are paid out in collateralized stablecoin KUSD pegged to the USD.
GNU General Public License v3.0
3 stars 7 forks source link

Implement safety check banner to verify domain of app #193

Open udosson opened 2 years ago

udosson commented 2 years ago

For our users, we want to establish the highest security standards. One thing to do so is to remind them to check the domain of the KUMO when using it. The domain has to be app.kumo.earth

We need to implement this feature in our front-end. The design has to be worked on, but functionality with a dummy design can be implemented already.

Following is an example of the security check banner of OlymusDAO: image

udosson commented 2 years ago

@asimpk - what do you think about this issue?

asimpk commented 2 years ago

@asimpk - what do you think about this issue?

Do you know a specific security feature implementation for it? What I understand is it's just an alert with domain name text shown to the user at first load (not on each refresh of the app). If it is what I understand then it may take a few minutes to implement.

udosson commented 2 years ago

Just user information. No security check. Just inform the user to be sensitive about the domain. Only display at first load. Display 8 - 10 seconds

udosson commented 1 year ago

@asimpk - could you please provide an update on this issue?