I know there’s already a ticket submitted for a bug where the initial login flashes up before going to the main screen. I just want to know if there’s a workaround while waiting for the bug to be fixed?
Second question.
How can I create a persisted login function? I’m using the default appgyver auth. The tutorials weren’t very clear on the forum.
Hi! Persisted login type of a thing, hmm… Not sure if it’s possible with AppGyver Auth but it would be done by storing the user token on the device with set storage flow functions or similar.