mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
refactor: rename Assertion to Account and update related code
This commit is contained in:
@@ -15,24 +15,44 @@ var highlights = &models.Highlights{
|
||||
Subtitle: "Sonr is a comprehensive system for Identity Management which proteects users across their digital personas while providing Developers a cost-effective solution for decentralized authentication.",
|
||||
Features: []*models.Feature{
|
||||
{
|
||||
Title: "∞ Factor Auth",
|
||||
Title: "Crypto Wallet",
|
||||
Desc: "Sonr is designed to work across all platforms and devices, building a encrypted and anonymous identity layer for each user on the internet.",
|
||||
Icon: nil,
|
||||
Image: &models.Image{
|
||||
Src: "",
|
||||
Width: "44",
|
||||
Height: "44",
|
||||
},
|
||||
},
|
||||
{
|
||||
Title: "Control Your Data",
|
||||
Title: "PassKey Authenticator",
|
||||
Desc: "Sonr leverages advanced cryptography to permit facilitating Wallet Operations directly on-chain, without the need for a centralized server.",
|
||||
Icon: nil,
|
||||
Image: &models.Image{
|
||||
Src: "",
|
||||
Width: "44",
|
||||
Height: "44",
|
||||
},
|
||||
},
|
||||
{
|
||||
Title: "Crypto Enabled",
|
||||
Title: "Anonymous Identity",
|
||||
Desc: "Sonr follows the latest specifications from W3C, DIF, and ICF to essentially have an Interchain-Connected, Smart Account System - seamlessly authenticated with PassKeys.",
|
||||
Icon: nil,
|
||||
Image: &models.Image{
|
||||
Src: "",
|
||||
Width: "44",
|
||||
Height: "44",
|
||||
},
|
||||
},
|
||||
{
|
||||
Title: "Works Everywhere",
|
||||
Title: "Tokenized Authorization",
|
||||
Desc: "Sonr anonymously associates your online identities with a Quantum-Resistant Vault which only you can access.",
|
||||
Icon: nil,
|
||||
Image: &models.Image{
|
||||
Src: "",
|
||||
Width: "44",
|
||||
Height: "44",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user