Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.55 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.55 KB

Now for a little internet optimism

This repository contains five @protocol libraries for developers building their own @platform applications and wish to utilize the authentication methods and commonly used components of the @protocol: (These libraries can also be found on pub.dev as linked)

at_commons- at_commons library will be used for commonly used components in implementation of the @protocol.

at_cram- The challenge–response authentication mechanism of the @protocol. A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/. Created from templates made available by Stagehand under a BSD-style license.

at_pkam- The public key authentication mechanism of the @protocol. A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/. Created from templates made available by Stagehand under a BSD-style license.

at_utils- This is the Utility library for @protocol projects. It contains utility classes for atsign, atmetadata, configuration and logger.

at_ve_doctor- A very simple way to test the status of the secondaries running in the Virtual Environment. Using the at_server_status package.