Replies: 1 comment 3 replies
-
Hello, the demo application fetches a token from a given backend service. It is not safe to store any sensitive information (like auth and secret keys) inside the application. You can set up your own token provider with a basic authorization. In the app settings (iOS Settings → Conversions App → Token Service URL) you can add the URL. (the option in the settings bundle: https://github.com/twilio/twilio-conversations-demo-ios-swift/blob/main/ConversationsApp/Settings.bundle/Root.plist#L15) The url with auth details is being constructed here: https://github.com/twilio/twilio-conversations-demo-ios-swift/blob/main/ConversationsApp/ConversationsClient/TokenWrapperImpl.swift#L17-L38 |
Beta Was this translation helpful? Give feedback.
-
What should be username and password for login?
Beta Was this translation helpful? Give feedback.
All reactions