Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An Opigno mobile application is available for iOS and Android, offering some features specific for mobile devices, like offline navigation for some contents or push notifications.

In order to be able to connect the mobile application to your Opigno platform, here are the steps to follow on the server where your Opigno instance is hosted: 

  1. Install required modules with Composer:

    Code Block
    languagebash
    composer require drupal/jwt drupal/restui


  2. Enable module "Opigno Mobile App":

    Code Block
    languagebash
    drush en opigno_mobile_app


  3. Configure "JWT" settings (you need to create a key and add JWT configuration - how to do it you can find here)

...