Closed lllwvlvwlll closed 4 years ago
The user class is architecturally critical because the asteroid-domains are meant to share functionality across the platform. For example, adu handles authentication. The JWT token returned by adu is required for a lot of methods on adw.
adu
adw
Reference: https://github.com/Moonlight-io/asteroid-sdk-js/blob/stage/lib/user.js
This is now incorporated and released as part of 0.1.0.
0.1.0
The user class is architecturally critical because the asteroid-domains are meant to share functionality across the platform. For example,
adu
handles authentication. The JWT token returned byadu
is required for a lot of methods onadw
.