#329 providers/openid: secret should be stored as a string
Merged by simo. Opened by ngompa.
ngompa/ipsilon fix-oid-secret-db-write-py3  into  master

Download 329.patch

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

Pull-Request has been merged by simo

Metadata