Cotter

Cotter is the client SDK for Cotter authentication services


Keywords
cotter
License
BSD-3-Clause
Install
pod try Cotter

Documentation

Cotter enables passwordless login on your website or app in just a few lines of code. This repository is the iOS SDK that helps you, iOS developers, to use Cotter's services on your iOS Apps.

Prerequisites

  1. Cotter Developer Account which can be obtained here
  2. cocoapods v1.8.x

Installation

Install using cocoapod

pod install Cotter

Import to your iOS application through your Podfile

target '<your-app>' do
  ...
  pod 'Cotter' # insert this line to your project's Podfile
  ...
end

Using Cotter's iOS SDK

You can follow the quickstart guide here.

All documentations on all SDKs available to use Cotter's services are available here.

Contributing to Cotter's iOS SDK

To contribute to Cotter's iOS SDK, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the following people who have contributed to this project:

You might want to consider using something like the All Contributors specification and its emoji key.

Contact

If you want to contact me you can reach me at albert@cotter.app.

License

This project uses the following license: BSD-3-Clause.