Crate eve_oauth2

Source

Modules§

models

Structs§

AuthenticationData

Functions§

create_login_url
Generates a state verification string & authentication URL for EVE Online SSO which you use to redirect your user to EVE’s login. More details on the usage of the state string here: https://auth0.com/docs/secure/attack-protection/state-parameters
get_access_token
Handles callback from EVE Online SSO
validate_token
Validates a token which can be retrieved using get_access_token