NexusSocial / nexus-vr

Monorepo for most code
Apache License 2.0
18 stars 7 forks source link

replicate: use bearer token instead of did #111

Closed TheButlah closed 3 weeks ago

TheButlah commented 1 month ago

The previous DID stuff in the replicate crates were unecessary and too application specific. Its more useful to use a general bearer token, and leave how to validate that token and what its contents are up to the application.

A did-signed authentication attestation could just be a base64 signed message, and use that as the bearer token.

TheButlah commented 3 weeks ago

Forcing merge due to lack of review.