The Remember-Me Token Cleanup Task deletes expired Remember-Me tokens from the database.
- To configure it:
- 1.Go to:
Service Container >> Services >> Task Scheduler Config - 2.Add a Task Schedule
- 3.In the schedule use the Remember-Me Token Cleanup Task
- 4.Make sure to use the same Remember-Me Settings as used in the Loginapp REST API.
Cleanup task settings
We recommend running this cleanup task on a regular basis i.e. daily and setting a proper batch size to avoid row locks. Cleanup may take some time and should be done at times with low traffic.
Task Schedule Settings | Supportive information |
Interval |
|
First Time |
|
Name |
|
The main Remember-Me settings are described in 17.2.2.12. Remember-Me settings and configuration for the Loginapp REST API.
Further information and links
- ●Conceptual information and examples: 10.3. Remember-Me in authentication flows
- ●REST API configuration: 17.2.2.12. Remember-Me settings and configuration for the Loginapp REST API
- ●Loginapp REST UI configuration: 17.3.1.1.4. Remember-Me configuration Loginapp REST UI
- ●Adminapp configuration: 18.9. Remember-Me configuration in Adminapp