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
Currently the AbandonAuth site only logs you in/out. We should create a nice landing page for authenticated users as well as possible features such as a navbar. We can reference the dashboard for MinecraftAdmin as a general idea of how things should look. (github).
We do not need to implement the actual API queries for these features, but we should at least prototype the UI for these features (which may or may not require additional routes/views). The UI will allow operations from the existing prod API
Listing developer applications
Button for deleting a developer application
Button for refreshing the password for a developer application
Button for creating a new developer application
View of connected accounts (i.e discord username of current user, google username, github, etc for each one that exists)
The text was updated successfully, but these errors were encountered:
Summary
Currently the AbandonAuth site only logs you in/out. We should create a nice landing page for authenticated users as well as possible features such as a navbar. We can reference the dashboard for MinecraftAdmin as a general idea of how things should look. (github).
We do not need to implement the actual API queries for these features, but we should at least prototype the UI for these features (which may or may not require additional routes/views). The UI will allow operations from the existing prod API
The text was updated successfully, but these errors were encountered: