User:Rayanth/Sandbox3
From EVE University Wiki
This page currently hosts some python code exploration to help a user of Tweetfleet with understanding how it goes through the Native-flow OAuth Authentication to SSO.
Adapted from the description of the native-flow process on https://github.com/esi/esi-docs/blob/master/docs/sso/native_sso_flow.md and its associated python code examples at https://github.com/esi/esi-docs/tree/master/examples/python/sso (notably, "esi_oauth_natice.py" and "shared_flow.py")