Crate steamopenid

Crate steamopenid 

Source
Expand description

This is a crate intended for use with Steam’s old, outdated OpenID 2.0 implementation.

Note: this crate does not add a login redirect endpoint to Steam’s server (yet, possibly), but simply checks against parameters to see if they are valid.

The source is maintained on https://github.com/prplnorangesoda/steamopenid.

This crate depends on cURL.

Modules§

kv
Functions to work with OpenID Key-value pairs.

Enums§

ApiError

Functions§

verify_auth_keyvalues
Send a full OpenID 2.0 spec check_authentication direct request to the Steam servers, using a provided HashMap of openid params.