planet-nine-app / sessionless

A repo for the sessionless protocol
https://sessionless.org
MIT License
38 stars 10 forks source link

Adds a baseline test that tests all the server implementations #33

Closed zach-planet-nine closed 4 months ago

zach-planet-nine commented 4 months ago

![Uploading Screenshot 2024-04-19 at 7.35.41 PM.png…]()

This PR adds a node cli module that can run through the APIs established in the example. In this PR, I've only done /register and /cool-stuff. The associating tasks will have to wait for another PR.

I also built a C# server example using Blazor.

This test doesn't work locally for Java, Kotlin, or Python yet.