Some mobile apps, notably Slack, are using magic urls for authentication. I'm having some trouble finding resources on implementation, and most importantly, whether android has a similar method for this.
My understanding is that the server would issue an e-mail with this magic link (something along the lines of app://gf234h23f4j234342342
), the link will then be passed on to a registered app
, which could then use this information to contact the server to get information on the user. Is this correct? If so, gmail seems to have issues recognizing this as a url, how is this resolved?