Difference between revisions of "User:Rayanth/Sandbox3"

From EVE University Wiki
Jump to: navigation, search
(Created page with "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. Adapte...")
(No difference)

Revision as of 20:19, 8 January 2020

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")

Flow