Approach Guarantees
This approach guarantees that the token is valid, not expired or revoked. Every backend service validates access token only by signature. Some services that have strong security requirements (e.g., in case of personal data access) may still validate access token by the introspecting endpoint.Validate Token
The ValidateToken method is called by the infrastructure to validate and extract the claims from the deserialized security token. These claims are returned in the collection of ClaimsIdentity objects returned by the method. In the typical case, this collection will contain a single identity.Key Secured
By specifying a key here, the token can be validated without any need for the issuing server. What is needed, instead, is the location of the public key. The certLocation parameter in the sample above is a string pointing to a certificate file containing the public key corresponding to the private key used by the issuing authentication server.Protocol
Smart Recovery Portal is not an app, but an open protocol to communicate securely between Wallets and Dapps (Web3 Apps).Secure Encryption
The protocol establishes a remote connection between two apps and/or devices. These payloads are symmetrically encrypted through a shared key between the two peers.QR Codes & Deep Links
The connection is initiated by one peer displaying a QR Code or deep link with a standard Smart Recovery Portal URI and is established when the counter-party approves this connection request.Push Server
Also included is an optional Push server to allow native applications to notify the user of incoming payloads for established connections.Simple Integration
Smart Recovery Portal can be integrated with just a few lines of code. SDKs available for Javascript, iOS/Swift, and Android/Kotlin.Staking!
Earn passive income from crypto holdings. making money while you sleep.Transaction delay!
Do you have issue with Transactions being delayed?Swap/Exchange!
we will support in any related issues with swapping or exchange of coins.Import Wallets
Learn how to import your other wallets to Trust wallet. The guides here are primarily for educational purposes.Blockchain Core
Core contracts provide fundamental safety guarantees for all parties interacting with connectfix. They define the logic of pool generation, the pools themselves, and the interactions involving the respective assets therein. Periphery contracts interact with one or more Core contracts but are not part of the core. They are designed to provide methods of interacting with the core that increase clarity and user safety. External calls will primarily call the periphery interfaces. Externally available functions are all viewable in the reference documentation. Internal functions are viewable on the Uniswap V3 Github repo.