User:Rayanth/Sandbox3

From EVE University Wiki
< User:Rayanth
Revision as of 20:19, 8 January 2020 by Rayanth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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