2020-07-29 UTC
# Zegnat Hmm. Reading more of the Celestial code, I am not sure if this is supposed to be accepted by OAuth at all. If I understand https://github.com/hirusi/Celestial/blob/master/src/routes/authentication.ts correctly it will first do a verification request of the code, and only if that succeeds it does the next step where it uses the exact same `code` value again to do the token request.