ngompa / ipsilon

Forked from ipsilon 5 years ago
Clone

f99a7d4 providers/openid: secret should be stored as a string

Authored and Committed by ngompa 3 years ago
    providers/openid: secret should be stored as a string
    
    The secret coming from oidutil was being written as bytes, which
    led to breakages when trying to do OpenID authentication, due to
    everything else expecting strings. Store in the database as strings.
    
    Signed-off-by: Neal Gompa <ngompa13@gmail.com>