actix-web-oauth2 icon indicating copy to clipboard operation
actix-web-oauth2 copied to clipboard

Actix web Oauth2 examples

Results 4 actix-web-oauth2 issues
Sort by recently updated
recently updated
newest added

Hi there, This example repo appears to have a security flaw. During the login process, you call set_pkce_challenge during the initial oauth call, however during exchange_code, you do not call...

Upgraded also some of related dependencies

I ran the example, and on the redirect page, I get ``` Google returned the following state: Google returned the following token: CodeTokenRequest { auth_type: BasicAuth, client_id: ClientId("something-string.apps.googleusercontent.com"), client_secret: Some(ClientSecret([redacted])),...

Would you add a pull requests to [Actix/Examples](https://github.com/actix/examples)? I think a lot of people will find this useful.