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.
- Cotter Developer Account which can be obtained here
- cocoapods v1.8.x
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
You can follow the quickstart guide here.
All documentations on all SDKs available to use Cotter's services are available here.
To contribute to Cotter's iOS SDK, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
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.
If you want to contact me you can reach me at albert@cotter.app.
This project uses the following license: BSD-3-Clause.