The Apache Haus Forum

Forum Topics => News & General Discussion => Topic started by: yoneslalami on June 08, 2015, 12:32:25 AM

Title: I need a documentation How to use mod_auth_token
Post by: yoneslalami on June 08, 2015, 12:32:25 AM
Hi,

Please can i have a documentation How to use mod_auth_token 1.0.6
Thanks
Title: Re: I need a documentation How to use mod_auth_token
Post by: Gregg on June 08, 2015, 12:58:07 AM
Unfortunately, this is all there is
https://code.google.com/p/mod-auth-token/

Title: Re: I need a documentation How to use mod_auth_token
Post by: yoneslalami on June 08, 2015, 01:03:56 AM
     
Tanks for your replay but i'm looking for other param than those

      AuthTokenSecret       "secret string"
      AuthTokenPrefix       /downloads/
      AuthTokenTimeout      60
      AuthTokenLimitByIp    off
      AuthTokenAnyPath      on
Title: Re: I need a documentation How to use mod_auth_token
Post by: Gregg on June 08, 2015, 01:25:55 AM
What other param?
AuthTokenAnyPath does not exist.

This is all there is;
AuthTokenLimitByIp: enable or disable ip checking
AuthTokenPrefix: prefix uri to file storage directory
AuthTokenSecret: secret key to authenticate against
AuthTokenTimeout: time to live for tokens
Title: Re: I need a documentation How to use mod_auth_token
Post by: yoneslalami on June 08, 2015, 02:14:13 PM
Thanks