You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
I know that I'm requesting a feature for Codename Starlight (SwiftUI) and not for Hyperspace Desktop (JS).
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We can't work with private user data, such as Notifications, Home timelines, suggestions, etc.
Describe the solution you'd like
A clear and concise description of what you want to happen.
We've already done a Network view where users can see the public and local timeline, but we need to start working with private data.
For that reason, we need to implement a login view so that we can obtain a user token.
The text was updated successfully, but these errors were encountered:
We should have some of the logic implemented in AppClient as well since we have the setup for both the base URL and the token. We should be able to use a developer token for the time being so that we can test things before we work on the authentication process. Not sure if we'll need to set up Sign In with Apple, though... 🤔
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We can't work with private user data, such as Notifications, Home timelines, suggestions, etc.
Describe the solution you'd like
A clear and concise description of what you want to happen.
We've already done a Network view where users can see the public and local timeline, but we need to start working with private data.
For that reason, we need to implement a login view so that we can obtain a user token.
The text was updated successfully, but these errors were encountered: