I have a messaging extension (composeExtension/query) that requires authentication (it searches a 3rd party API). If the user attempts to search but is not logged in, I want to prompt the user to sign in, and once they have successfully signed in, run the search.
I am not sure how to do this, and I think a sample would be good to have since I think this is a common use case.
I have a messaging extension (
composeExtension/query) that requires authentication (it searches a 3rd party API). If the user attempts to search but is not logged in, I want to prompt the user to sign in, and once they have successfully signed in, run the search.I am not sure how to do this, and I think a sample would be good to have since I think this is a common use case.