Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2012
    Posts
    2
    Plugin Contributions
    0

    Default How do I implement cross authentication?

    How do I implement cross authentication with ZenCart?

    I have a custom app that I wrote and I want to be able to share authentication between the sites. In other words I want to be able to sign into zencart and be able to securely navigate to my custom site without having to log in.

    I looked into using php sessions but it seems that there is a layer in the code that puts all the session information in the database.

    Has anyone else out there tried this? Could someone point me in the right direction?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How do I implement cross authentication with ZenCar?

    Cross site authentication??

    Does not seem plausible

  3. #3
    Join Date
    Jan 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: How do I implement cross authentication with ZenCar?

    Why not?

    The initial idea I had was to basically keep the data between the applications synchronized in the database (basically keeping the users table sync'd) and hacking the code a bit to pass some session variables over to my app. That way we could keep records in my app associated with the same user that's logged into ZenCart.

    It's just that I'm not familiar with the way in which sessions are used/stored in ZenCart.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How do I implement cross authentication with ZenCar?

    Quote Originally Posted by slappyjam View Post
    It's just that I'm not familiar with the way in which sessions are used/stored in ZenCart.
    Neither am I, but similar questions have been asked in the past, and there seem to be security problems with 'bridging' other sites' logins to Zencart or vice-versa.

    My guess is that one issue would be that the implications of a security breach for an ecommerce site are much more serious than for, say, a forum or blog site.

 

 

Similar Threads

  1. v139h How to implement Amazon Prime?
    By snk060 in forum General Questions
    Replies: 1
    Last Post: 17 Dec 2013, 02:53 PM
  2. How to Implement Fasthosts SSL?
    By robfink in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 25 Jul 2009, 10:10 AM
  3. How to implement Group Discounts?
    By MeltDown in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 18 Feb 2008, 03:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg