KeyAuth
Passwordless and Usernameless based Authentication.
KeyAuth is a Passwordless/Usernameless authentication (auto generated and registered) system allowing analytics and paywalls via token based authentication. In the event of a lost token, a user can provide a username and password to signin (aka a vanity token hashed via SHA256 and encrypted via AES). With KeyAuth there is no difference between regular authentication and or token based authentication. Upon authentication, a cookie will be submitted within the users browser to remain signed in. (Shown Below.)
https://bitnix.app/tunnely/ - https://nabyte.com
Examples of standalone apps:Both of these examples are standalone app's allowing information to be stored without the need of a registered user. Both services can be implemented with a single authentication point/service hence KeyAuth. Open enrollment will be available to 3rd party sources with generated AES keys (for each org) and example PHP scripts for users to quickly see analytics and provide secure authentication without any user interaction. This system requires no SQL DB and or other methods of storing user data minimizing the risk of a potential breach.