I’ve opened a GitHub issue about the login UI in the ListenBrainz iOS app. Right now, it launches the MusicBrainz website in a web view for logins, but that page looks pretty unpolished and can even feel sketchy to new users.Is there any way we could build a more native login page in the app and somehow have it submit credentials to the website in the background? Or would that break App Store policies or OAuth rules? So, seeking
akshaaatt[m]: So, is there any secure way to create a native login UI for the app, maybe by connecting directly to the backend or getting tokens, instead of just using the web view?