#Recovering expired token
8 messages · Page 1 of 1 (latest)
oh well, I ended up creating a new token and updating the CI pipelines... wasn't as bad as I expected
Would be cruious to know if this would work tho
@safe tartan Can you answer this?
I don't know the answer i'm afraid
You should be able to just update the expires_at field of the relevant record
Oh it's that easy??
I was worried it would mess with relations to other tables or something. Especially since the docs on how to extend the expiry on existing tokes was documented but not recovering expired ones
A token is the same as an expired token. The only difference is, that the expires_at field has a date that is in the past. So you can use the same documentation