dbnicholson / ipsilon

Forked from ipsilon 5 years ago
Clone

f525ec4 Create OpenID nonce table

Authored and Committed by dbnicholson 3 years ago
    Create OpenID nonce table
    
    OpenIDStore registers the nonce table for automatic cleanup, but it's
    never created. Even though the table isn't required, a SQL error is
    logged every time automatic cleanup is triggered if it doesn't exist.
    
    Fixes: #240
    
    Signed-off-by: Dan Nicholson <nicholson@endlessm.com>