PasswordlessAuth v0.1.1 PasswordlessAuth.GarbageCollector View Source
Verification codes are stored in the PasswordlessAuth.Store Agent. This worker looks for expires verification codes at a set interval and removes them from the Agent state.
The garbage collection interval is configurable with
garbage_collector_frequency
(defaults to 30 seconds).
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.