hi, do the public keys for JWT verification rotate?
r
rp_st
08/11/2022, 10:57 AM
hey! The session's access token's keys rotate, but for the JWT that is issued on "top" of the session, their keys do not (yet)
h
hoffeman
08/11/2022, 10:59 AM
ok, great. because I want to use Caddy server as a proxy but its auth module can only read it as a string and not fetch it from an url
r
rp_st
08/11/2022, 10:59 AM
ah right. So this works out then.
h
hoffeman
08/11/2022, 11:00 AM
yes, I can only fetch it before startup and it will not change. Thanks! If you decide to implement a rotation on the core, maybe keep it optional so you can switch it off
r
rp_st
08/11/2022, 11:00 AM
Oh yea. for sure.
h
hoffeman
08/11/2022, 12:44 PM
is it possible to set the signing key or is that generated on startup of the core?