Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Centralize login information #303

Description

@patrickfeltes

Right now, the login flow happens over SplashScreenActivity and LoginActivity. It would probably be better to figure out how to have some sort of central login flow where it is easier to understand what happens when (JWT refreshing, etc), and also allows for unit testing.

This also doesn't currently handle the case of a JWT expiring while the app is in the background (making all requests afterwards fail). Even though this would be a rare occurrence (and could be fixed via force quitting the app), we should still try to handle it more gracefully.

This will definitely require some thought, so it is best that we try to do this after the event is over.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions