appsup-dart / openid_client

Library for working with OpenID Connect and implementing clients.
BSD 3-Clause "New" or "Revised" License
90 stars 118 forks source link

use Flow.authorizationCodeWithPKCE for browser based clients #108

Open pitabwire opened 11 months ago

pitabwire commented 11 months ago

PR to resolve : https://github.com/appsup-dart/openid_client/issues/91

pitabwire commented 11 months ago

@rbellens I didn't handle backwards incompatibility with this change, Though I can incooporate any improvements deemed fit

alex27riva commented 6 months ago

Hi, I'm developing a Flutter web app using openid_client with Oauth2 authentication with PKCE, as I understand the library uses Implicit Flow, does this PR fix this? Also do you have some examples on how to use it? Thanks

wagnervf commented 4 months ago

I'm in the same situation, I need PKCE authentication, does anyone know how to do it?