planet-nine-app / sessionless

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

Update Kotlin Spring Example #63

Closed zach-planet-nine closed 2 weeks ago

zach-planet-nine commented 2 months ago

The Kotlin Spring example was written before the examples were settled on so some of the naming isn't up-to-date. It needs to be updated to handle the routes:

POST /register with payload:

{ pubKey: keys.pubKey, enteredText: "Foo", timestamp: new Date().getTime() + ''", signature: "..." };

POST /cool-stuff with payload:

{ uuid, coolness: 'max', timestamp: new Date().getTime() + ''" signature: "..." };

Any of the CLIs (JS, Python, Rust) can be used to verify the example is working as expected.

Galacticai commented 3 weeks ago

is this resolved with #69 ?

zach-planet-nine commented 2 weeks ago

is this resolved with #69 ?

yep!