Advice on Integration

Discussion in 'Integration' started by jermooski, Aug 26, 2010.

  1. jermooski

    jermooski New Member

    Joined:
    Jan 12, 2010
    Messages:
    8
    I have purchased amember and the project scope has changed a bit. I need some advice on authentication for a custom web app.

    Here is the scenario, the website is fitness related. We are going to build some online tools for tracking and fitness training. The question I have is... should the custom app just use the amember member table to authenticate against?

    Does anyone have experience/suggestions when writing custom apps for your website?

    It may be easier than I am making it out.
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Just use php_include plugin as described at
    http://manual.amember.com/PHP_Include

    Or, alternatively, you can enable mod_auth_mysql protection plugin - it will maintain a simple table: username, password for active customers.
  3. jermooski

    jermooski New Member

    Joined:
    Jan 12, 2010
    Messages:
    8
    Thanks!

    Alex, that makes perfect sense. Thanks for your quick reply! I really appreciate it.

    If I can keep the custom database work separate from amember, that will be the way to go.

Share This Page