WP Manifestindependent plugin directory
manifest / integrations / wp-ionic-login-auth

WordPress Ionic Login Authorisation

Integrate WordPress authorisation with ionic app

by Roger · github.com/rogershenau/wp-ionic-login-auth · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/rogershenau/wp-ionic-login-auth/archive/refs/heads/master.zip

From the readme

Description Integrate ionic login starter app with WordPress login and provide server-side authorisation. This plugin can be downloaded via WP ionic login auth How to use this plugin 1. Setup your ionic login starter app 2. Download and install this plugin to your WordPress site, make sure your site's permalink settings(/wp-admin/options-permalink.php) is NOT set as "Plain" 3. Update/Add below code to ionic login/src/providers/post/post.ts, replace https://www.example.com with your website URL 4. Log into ionic login starter app with your WordPress credentials Reference Add virtual page in WordPress - https://stackoverflow.com/questions/35161848/can-i-add-virtual-virtual-in-wordpress

Read the full README on GitHub →