/SteamLogin

Steam library for login user and retreive steam user id.

Primary LanguageSwiftMIT LicenseMIT

SteamLogin

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

CIStatus Version License Platform

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: serhii.londar@gmail.com

License

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