2020-12-31 UTC
# Zegnat Default OAuth just does not have discovery steps. So it does not know how to find the authorization and token endpoint by itself. It usually does not need to do this because OAuth providers provide these URLs to implementers for hard coding (e.g. Twitter only has the 1 URL). So you will end up having to implement that part of the IndieAuth spec yourself.