Plugin Directory

Changeset 2000995


Ignore:
Timestamp:
12/24/2018 12:02:58 PM (7 years ago)
Author:
heremobilitydemand
Message:

Change expiration time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • here-mobility/trunk/heremobility.php

    r1995227 r2000995  
    182182    function get_auth_data($appKey, $appSecret, $user)
    183183    {
    184         $expiration = time() + 15 * 60;
     184        $expiration = time() + 2 * 60 * 60; // two hours
    185185        $hash = hash_hmac(
    186186            'sha256',
Note: See TracChangeset for help on using the changeset viewer.