Cargo Features

io-oauth has no features set by default.

[dependencies]
io-oauth = { version = "0.0.4", features = ["oauth2", "pkce", "rfc6749", "rfc7636"] }
oauth2 rfc6749?

Affects io-oauth::v2_0

pkce rfc7636?

Enables sha2

Affects access-token-request::AccessTokenRequestParams.pkce_code_verifier, authorization-request::AuthorizationRequestParams.pkce_code_challenge, authorization-code-grant::pkce

rfc6749 = oauth2
rfc7636 = pkce