StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
7 stars 1 forks source link

Credentials Are Not Persisted #37

Closed PSchmiedmayer closed 1 day ago

PSchmiedmayer commented 4 weeks ago

Description

After onboarding in the application and closing the application a user has to re-authenticate and complete the onboarding flow again.

Reproduction

  1. Log in the application (complete the onboarding flow)
  2. Completely close the application (swipe in multi-tasking view)
  3. Re-open the application

Expected behavior

The user should stay logged in, the onboarding flow should not be re-done every time.

Additional context

No response

Code of Conduct