I'm trying to make sense how oauth do auth, following oauth simplified by aaron parecki by mocking the steps as python functions
the main function describes the steps up to when oauth generates the authentication code, am i understanding it correctly up to this point?
code: https://paste.pythondiscord.com/IC7Q
Aaron Parecki
This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.