Hi team!
I'm using <AppEmbed /> and I have a question regarding 'init()' process and embed events.
I'm considering a case where there's a long delay between the 'Init' and 'AuthInit' events without any further outcome, and the 'AuthExpire' or 'Error' events don't trigger. Additionally, the subscriptions 'authStatus.on(AuthStatus.SUCCESS)' and 'authStatus.on(AuthStatus.FAILURE)' aren't firing either.
Is there a way to handle this by setting a timeout - for example, to close the session and show an error if nothing happens in a certain time?
Or maybe there's another recommended approach to handle such a situation?