The purpose of this SDK is to handle the Human Connect popup to allow your users to easily authenticate their data within your application. Specifically, it handles the launch of and events from Human Connect, while passing on the sessionTokenObject to your server for secure token exchange.
HumanConnectViewController.[mh]: browser based UI to launch Human Connect
Check out the guide on our Developer Hub: http://hub.humanapi.co/docs/mobile-guide-ios
see the connectDemo branch of this repository for an example project
- Added support for
languageandmode - Fixed issue with opening external links
- Added version numbers to the top of each file for tracking
- Removed pod dependencies from project to make integrations simpler