Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.97 KB

contributing.md

File metadata and controls

49 lines (37 loc) · 1.97 KB

Development

  1. Install Docker Install Docker
sudo snap install docker
  1. install PHP
sudo apt install php-xmlwriter php-cli php-curl php-mbstring docker-compose-plugin
./composer.phar install --prefer-dist --optimize-autoloader

Running the plugin

  • yarn build
  • yarn start
  • Login and go to the Plugins page and click Activate on the Authress settings screen.

Testing

To test login, navigate to http://localhost:8080/wp-login.php

  • The default login credentials as admin - admin Likewise the admin menu is at: http://localhost:8080/wp-admin.php

WordPress related documented for custom integrations

Files

  • /templates
    • authress-login-form.php - UI mask for the login box
  • /lib
    • Authress_Sso_Login_LoginManager.php - Logic for handling authentication
  • /wordpress
    • Configuration files for the WordPress plugin on WordPress.org

Wordpress Plugin Management