SteamLogin

Steam library for login user and retreive steam user id.

MIT License

Stars
14

SteamLogin

Steam library for login user and retreive steam user id. Written in pure swift and support iOS 9 and more.

Example

To run the example project, clone the repo, and run pod install from the root directory first.

Login proces is simple as:

SteamLoginVC.login(from: self) { [weak self] (user, error) in
                if let user = user {
                    self?.steamUser = user
                    self?.showSuccessAlert()
                } else {
                    self?.showErrorAlert(error)
                }
            }

Installation

SteamLogin is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SteamLogin'

Author

Github: Serhii Londar

Email: [email protected]

License

SteamLogin is available under the MIT license. See the LICENSE file for more info.