Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

wordpress-mobile/WordPressAuthenticator-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

This repository has been archived and its functionality has been merged into its only two former clients: WordPress/Jetpack iOS and WooCommerce iOS.

Future development will continue in those repositories.


WordPressAuthenticator-iOS

WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.

This framework encapsulates everything required to display the Authentication UI and perform authentication against WordPress.com and WordPress.org sites.

Plus: WordPress.com signup is supported.

Setup

# Install required ruby version
rbenv install -s

# Install bundler and Gemfile dependencies
gem install bundler
bundle install

# Install CocoaPods dependencies
bundle exec pod install

Integrating the Library with CocoaPods

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

pod "WordPressAuthenticator"