Class: Booth::Adminland::PeriodicCleanup

Inherits:
Object
  • Object
show all
Includes:
Calls
Defined in:
lib/booth/adminland/periodic_cleanup.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
11
12
13
# File 'lib/booth/adminland/periodic_cleanup.rb', line 8

def call
  # TODO: Implement cleanup.
  # - Remove revoked sessions older than a year.
  # - Remove Credentials without Authenticator older than a year.
  # - Remove old Authenticators that were added but never completed/tested.
end