Is there a way when loading a channel to prompt the settings for a user to login? Right now, I’m using the MessageContainer to prompt the user to update their settings, but it would be nice if the settings were popped up by default.
Also, are there any docs about handling the response from the settings? I’m unclear where this hooks in to. For example, I need to do a few things.
Check if username and password are defined in settings
If not, prompt the user to enter their credentials
Make a request to determine if the credentials are valid, prompt the user if they are not (I assume message container can work for errors), otherwise store some data in session.