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
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