Crate openid_examples

Source
Expand description

§openid-examples: collection of examples for openid crate

By default all examples work with Google OpenID Connect.

You need to define two environment variables CLIENT_ID and CLIENT_SECRET.

If you want to try another OpenID provider - additionally define ISSUER environment variable.

§Examples

export CLIENT_ID=<your google client id here>
export CLIENT_SECRET=<your google client secret>
cargo run --example=warp

Modules§

entity

Constants§

INDEX_HTML