ual-seeds-wallet v1.0.6
UAL Seeds Authenticator 🔐
UAL implementation for SEEDS Authenticator Authenticator.
Overview
The Universal Authenticator Library creates a single universal API which allows app developers to integrate multiple signature providers with just a few lines of code. This is done through custom Authenticators.
An Authenticator represents the bridge between UAL and a custom signing method.
A developer that wishes to add support for their signature provider to UAL must create an Authenticator by implementing 2 classes. An Authenticator and a User.
The Authenticator class represents the business logic behind the renderer, handles login/logout functionality and initializes the User class.
Logging in returns 1 or more User objects. A User object provides the ability for an app developer to request the app User sign a transaction using whichever authenticator they selected when logging in.