SkillAgentSearch skills...

SteamLogin

Steam library for login user and retreive steam user id.

Install / Use

/learn @serhii-londar/SteamLogin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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)
                }
            }
<p align="center"> <img src="https://i.imgur.com/euv7Hht.png" width="350"/> </p> <p align="center"> <img src="https://i.imgur.com/m4c1Yoc.png" width="350"/> </p> <p align="center"> <img src="https://i.imgur.com/sgtTc8w.png" width="350"/> </p> <!--## Requirements -->

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.

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated2y ago
Forks3

Languages

Swift

Security Score

80/100

Audited on Feb 14, 2024

No findings