Disciple.Tools - Mobile App Extension
The Wordpress Plugin extension to support the Disciple.Tools mobile app
by discipletools · github.com/discipletools/disciple-tools-mobile-app-plugin · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/discipletools/disciple-tools-mobile-app-plugin/releases/download/v1.17.1/disciple-tools-mobile-app-plugin.zipDeclares an update source (https://github.com/DiscipleTools/disciple-tools-mobile-app-plugin), so updates arrive through the plugin's own updater.
Readme

Disciple.Tools Mobile App Plugin
The Disciple.Tools Mobile App extends the Disciple.Tools system to support mobile app integration.
Team
Dependent Repo
Setup
This plugin is bundled with the JWT plugin.
If you get errors like "Only authenticated users can access the REST API" from the app then you may need to update your .htacces
Debugging: make a POST request to/wp-json/jwt-auth/v1/token (with username and password post fields) to get the token.
POST /wp-json/jwt-auth/v1/token/validate with the token in the Authorization hearder as Bearer {token}. If you get this error: "Authorization header not found" then you need to update your .htaccss with:
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
Or with:
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
Known Issues
We have observed conflicts when certain other plugins are installed which prevent the D.T Mobile App plugin from operating as expected. The following plugins and hosts have been observed to have issues:
JetPackmultiple versions on multiple hosting providers and even self-hostedCreative Mail by Constant Contactv1.2.1 on Bluehost
There will also be a conflict if you're also using another JWT Token provider plugin like: https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
Basic Design Idea

Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.17.1 | Sep 22, 2023 | disciple-tools-mobile-app-plugin.zip | 373 |
| v1.16.0 | Mar 20, 2023 | disciple-tools-mobile-app-plugin.zip | 140 |
| v1.15.1 | Oct 29, 2021 | disciple-tools-mobile-app-plugin.zip | 226 |
| v1.15 | Apr 16, 2021 | disciple-tools-mobile-app-plugin.zip | 102 |
| v1.13 | Mar 10, 2021 | disciple-tools-mobile-app-plugin.zip | 46 |
| v1.12 | Feb 18, 2021 | disciple-tools-mobile-app-plugin.zip | 87 |
| v1.11 | Feb 8, 2021 | disciple-tools-mobile-app-plugin.zip | 27 |
| v1.10 | Jan 26, 2021 | disciple-tools-mobile-app-plugin.zip | 31 |
| v1.9 | Aug 25, 2020 | disciple-tools-mobile-app-plugin.zip | 82 |
| v1.8 | Aug 14, 2020 | disciple-tools-mobile-app-plugin.zip | 24 |
| v1.7 | Jun 12, 2020 | disciple-tools-mobile-app-plugin.zip | 49 |
| v1.6 | Apr 30, 2020 | disciple-tools-mobile-app-plugin.zip | 23 |
| v1.5 | Apr 26, 2020 | disciple-tools-mobile-app-plugin.zip | 7 |
| v1.4 | Mar 10, 2020 | disciple-tools-mobile-app-plugin.zip | 14 |
| v1.3 | Jan 21, 2020 | disciple-tools-mobile-app-plugin.zip | 20 |
| v1.2 | Jan 10, 2020 | — | — |
| v1.1 | Nov 12, 2019 | disciple-tools-mobile-app-plugin.zip | 14 |
| v1.0 | Oct 21, 2019 | disciple-tools-mobile-app-plugin.zip | 22 |
Active-site estimate ≈100 comes from the median of recent superseded releases. Method.