Moonlight-io / asteroid-sdk-js

5 stars 3 forks source link

Incorporation of a `User` class #6

Closed lllwvlvwlll closed 4 years ago

lllwvlvwlll commented 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.

lllwvlvwlll commented 4 years ago

Reference: https://github.com/Moonlight-io/asteroid-sdk-js/blob/stage/lib/user.js

rockacola commented 4 years ago

This is now incorporated and released as part of 0.1.0.