PHP-Auth icon indicating copy to clipboard operation
PHP-Auth copied to clipboard

Documentation required

Open SebastienDev opened this issue 5 years ago • 1 comments
trafficstars

Hello Ocram,

Very nice library !

Is it possible to document some internal setup ?

  • How long time is a validation email / password reset valid ?
  • What are the default values for internal Throttle and what about letting us changing these values ?

Thanks a lot for all your useful stuff here !

SebastienDev avatar Jul 13 '20 17:07 SebastienDev

Thanks!

First of all, this library is intended to “just work”, so you shouldn’t have to worry about any of these time limits, validity periods and throttling mechanisms.

But, of course, in some situations you might have to think about this or need to configure this, or someone may just be curious.

As for the validity of the requests:

  • Email verification (registration, email change, requesting new confirmation)
  • Password reset

When it comes to throttling, this is much more complicated. Different features are tracked separately for rate limiting, some are throttled by multiple identifiers, and there’s also “shared” throttling between the features.

Is there any specific feature you’re interested in?

ocram avatar Jul 14 '20 17:07 ocram