lexe-app / lexe-public

Lexe's public monorepo including the node, mobile apps, and shared libraries
Other
38 stars 1 forks source link

auth: require user auth tokens in (most) backend APIs + misc #59

Closed phlip9 closed 2 years ago

phlip9 commented 2 years ago
MaxFangX commented 2 years ago

Small fmt error:

```text Diff in /Users/fang/lexe/dev/client/common/src/api/def.rs at line 21: use async_trait::async_trait; use super::auth::{ - UserAuthToken, UserAuthRequest, UserAuthResponse, UserSignupRequest, + UserAuthRequest, UserAuthResponse, UserAuthToken, UserSignupRequest, }; use crate::api::error::{BackendApiError, NodeApiError, RunnerApiError}; use crate::api::node::{ListChannels, NodeInfo}; ```
phlip9 commented 2 years ago

the last two commits are new since last review. (info got lost in the rebase sad)

going to handle the common error code stuff in next PR